summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2017-07-19 11:17:22 -0300
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-07-19 16:21:57 +0200
commit125c3e6a3faab4062b69ab78c636192e5f3763b9 (patch)
tree62d561eba6a1be5bae2376e5b0baa3cf3fceef49 /help3xsl
parent6cdd87dd0e6dc4c50bf31bd29dd340345885be42 (diff)
Fix a $title variable in XSLT transform
Change-Id: I7463572330e2338e73266f487d88b3d1beeff741 Reviewed-on: https://gerrit.libreoffice.org/40184 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/online_transform.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index 4d630a59c1..20cf077d8a 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>
12'>feature/vs2012 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-19Fix typosAndrea Gelmini
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01improve exception messages in stocNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-30German comments - last bits of stoc/ translated.Michael Meeks
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27stoc: oops, missing closing quoteMichael Stahl
2017-01-27stoc: try to throw more informative exceptionsMichael Stahl
2017-01-26-Werror=int-in-bool-context (GCC 7)Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23use rtl::Reference in stocNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
2016-12-15no point in having both SAL_WARN and OSL_FAIL for the same thingNoel Grandin
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-11-18remove some double callsNoel Grandin