diff options
Diffstat (limited to 'help3xsl/get_bookmark.xsl')
-rw-r--r-- | help3xsl/get_bookmark.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/get_bookmark.xsl b/help3xsl/get_bookmark.xsl index 5c0bc8cff0..b3e0ab48bb 100644 --- a/help3xsl/get_bookmark.xsl +++ b/help3xsl/get_bookmark.xsl @@ -18,7 +18,7 @@ xsltproc get_bookmark.xsl <file.xhp> <xsl:param name="app"/> <xsl:param name="local"/> <xsl:param name="Language"/> -<xsl:param name="productname" select="'LibreOffice'"/> +<xsl:param name="productname"/> <xsl:param name="productversion"/> <xsl:output indent="yes" method="text"/> |