diff options
author | Akash Deshpande <fastakash@gmail.com> | 2016-08-13 12:28:45 -0400 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-08-17 06:47:20 +0000 |
commit | 2e141341684eb610834db92693d715f3fd01d0dd (patch) | |
tree | e0f352ed7ebf9bb6ea7660d7259c633390e79562 /source/text/simpress/guide | |
parent | 053c67aeb4049a175eda8dc4a1910516f58ce7b4 (diff) |
tdf#94553 fix nested lists in wikihelp
The problem was that only the first element in a nested list
was getting the extra '#' character Added a re.sub statment
to ensure all elements inside a nested list have this to ensure
proper display Also backing out temporary/FIXME changes in
the xhp files. The run is now free of warnings with
the desired changes showing up for 'Using Gluepoints' page,
which has a nested list
Change-Id: I4009408ee11e191cbd5e1560ca1d08f3e7b5c630
Reviewed-on: https://gerrit.libreoffice.org/28107
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'source/text/simpress/guide')
-rw-r--r-- | source/text/simpress/guide/gluepoints.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/simpress/guide/gluepoints.xhp b/source/text/simpress/guide/gluepoints.xhp index 49975d3214..695e2a3a65 100644 --- a/source/text/simpress/guide/gluepoints.xhp +++ b/source/text/simpress/guide/gluepoints.xhp @@ -37,7 +37,7 @@ <listitem> <paragraph role="paragraph" id="par_id091920080304108" xml-lang="en-US" l10n="NEW">Do one of the following to get existing glue points visible for all elements:</paragraph> </listitem> -<listitem><switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default> +<listitem> <list type="ordered"> <listitem> <paragraph role="paragraph" id="par_id0919200803041082" xml-lang="en-US" l10n="NEW">Click the <emph>Glue Point</emph> icon on the Drawing toolbar.</paragraph> @@ -46,7 +46,7 @@ <paragraph role="paragraph" id="par_id0919200803041186" xml-lang="en-US" l10n="NEW">Choose <item type="menuitem">Edit - Glue Points</item>.</paragraph> </listitem> </list> -</default></switch></listitem> +</listitem> <listitem> <paragraph role="paragraph" id="par_id0919200803041160" xml-lang="en-US" l10n="NEW">Click the <emph>Insert Glue Point</emph> icon on the Gluepoints toolbar.</paragraph> </listitem> |