help3xsl/online_transform.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 125c3e6a3faab4062b69ab78c636192e5f3763b9 Author: Olivier Hallot <[email protected]> Date: Wed Jul 19 11:17:22 2017 -0300 Fix a $title variable in XSLT transform Change-Id: I7463572330e2338e73266f487d88b3d1beeff741 Reviewed-on: https://gerrit.libreoffice.org/40184 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Olivier Hallot <[email protected]> diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 4d630a59c..20cf077d8 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -129,7 +129,7 @@ <!--<base href="file:///home/tdf/git/core/helpcontent2/source/html/"/> --> <base href="/"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> - <title><xsl:value-of select="$titleL10N"/></title> + <title><xsl:value-of select="{$titleL10N}"/></title> <link type="text/css" href="{$productversion}/default.css" rel="Stylesheet" /> <script type="text/javascript" src="{$productversion}/jquery-3.1.1.min.js"></script> <script type="text/javascript" src="{$productversion}/help.js"></script> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
