diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:07:12 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:07:12 +0200 |
commit | 4787848911c83efdc46534af4285a09c8eee4569 (patch) | |
tree | aaee1a0e0c71679955b050c97a8e50c1caaccf8e /source/text/swriter/librelogo/LibreLogo.xhp | |
parent | 49debfe3023f1e84f7ef8fcbaeb7583eba164b68 (diff) |
readd woraround for nested lists to be valid against DTD
thus partial revert of 2e141341684eb610834db92693d715f3fd01d0dd
Change-Id: I9909c267286e22623283f343f26e1ac36473c602
Diffstat (limited to 'source/text/swriter/librelogo/LibreLogo.xhp')
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 5cf35de229..d005519562 100644 --- a/source/text/swriter/librelogo/LibreLogo.xhp +++ b/source/text/swriter/librelogo/LibreLogo.xhp @@ -59,7 +59,7 @@ <listitem> <paragraph role="listitem" xml-lang="en-US" id="par_490">Program blocks and lists are different</paragraph> </listitem> - <listitem> + <listitem><switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default> <list type="unordered"> <listitem> <paragraph role="listitem" xml-lang="en-US" id="par_500">Program blocks need space or new line at parenthesization: REPEAT 10 [ FORWARD 10 LEFT 36 ]</paragraph> @@ -68,7 +68,7 @@ <paragraph role="listitem" xml-lang="en-US" id="par_510">Lists need close parenthesization: POSITION [0, 0], and not POSITION [ 0, 0 ]</paragraph> </listitem> </list> - </listitem> + </default></switch></listitem> <listitem> <paragraph role="listitem" xml-lang="en-US" id="par_520">1-line function declarations are not supported (TO and END need new lines).</paragraph> </listitem> |