summaryrefslogtreecommitdiff
path: root/source/get_bookmark.xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2017-06-04 20:32:35 -0300
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-06-05 01:35:21 +0200
commitfadaa62d1dd4757a355adb68f58b0a77b5e854b5 (patch)
tree96a41f64dd901ae6f9a0d589ee956dd0e970eeb9 /source/get_bookmark.xsl
parentac24ea0b5c1d2b453b83cbc8f93e99b6955416a7 (diff)
More work on help pages in browsers
Now works offline with file:// Change-Id: I03e061078f128e46810472fc484495aff684e3f4 Reviewed-on: https://gerrit.libreoffice.org/38396 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/get_bookmark.xsl')
-rw-r--r--source/get_bookmark.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/get_bookmark.xsl b/source/get_bookmark.xsl
index e13d1b333e..b09b038cdc 100644
--- a/source/get_bookmark.xsl
+++ b/source/get_bookmark.xsl
@@ -53,13 +53,12 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:for-each select="//bookmark[@branch='index']">
<xsl:variable name="hrefhtml" select="substring-before($filename,'xhp')"/>
<xsl:variable name="href" select="concat($hrefhtml,'html?DbPAR=',$app,'#',@id)"/>
-
<xsl:for-each select="bookmark_value">
<li><a href="{$href}" target="_top">
<xsl:call-template name="brand"><xsl:with-param name="string">
<xsl:value-of select="."/>
</xsl:with-param></xsl:call-template>
- </a></li><xsl:text>&#xA;</xsl:text>
+ </a></li><xsl:text>\&#xA;</xsl:text>
</xsl:for-each>
</xsl:for-each>
</xsl:template>