Remove unneeded empty lines

Manuel Reimer 2022-01-31 19:51:29 +01:00
parent e0256d262f
commit 778221bd66

@ -739,26 +739,16 @@ There can be any number of actions in a line, including none at all - in which
<p>Example:</p> <p>Example:</p>
<p></p> <p></p>
<pre>Daily { <pre>Daily {
News News
Soaps Soaps
} }
Archive { Archive {
Movies Movies
Sports Sports
Sci-Fi { Sci-Fi {
Star Trek Star Trek
U.F.O. U.F.O.
} }
} }
Comedy Comedy
Science Science
@ -788,23 +778,14 @@ Science
sequence of commands with '{'...'}' and giving it a title, as in</p> sequence of commands with '{'...'}' and giving it a title, as in</p>
<p></p> <p></p>
<pre>My Commands { <pre>My Commands {
First list { First list {
Do something: some command Do something: some command
Do something else: another command Do something else: another command
} }
Second list { Second list {
Even more: yet another command Even more: yet another command
So much more: and yet another one So much more: and yet another one
} }
} }
</pre> </pre>
<p>Command lists can be nested to any depth.</p> <p>Command lists can be nested to any depth.</p>