diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-21 10:20:38 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-02-22 13:12:28 +0100 |
commit | f48d72b4a80d8d6f21f2b335dc94e0500bbbcf60 (patch) | |
tree | 9898a1129c4100d70a89101e2b46fbb6f0a4e32d /help3xsl/xap_templ_query.xsl | |
parent | 197930c8b95d59a9ac099b58672fa66e6d87bca4 (diff) |
Refactor XSLTs and CSS
more meanigful names
Change-Id: Ib786d2814adaed336f495992711eb89f99d85d39
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89206
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/xap_templ_query.xsl')
-rw-r--r-- | help3xsl/xap_templ_query.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/xap_templ_query.xsl b/help3xsl/xap_templ_query.xsl index 014dfd1983..719d8b9091 100644 --- a/help3xsl/xap_templ_query.xsl +++ b/help3xsl/xap_templ_query.xsl @@ -107,7 +107,7 @@ document.write("<span title=\""+D+" "+T+"\">]]><xsl:apply-templates select="//va </script> </head> <body> -<div class="header-extrawurst"> +<div id="TopLeftHeader"> <header> <div class="logo-container"> <a class="logo" href="]]><xsl:value-of select="concat($target,'/',$lang)"/><![CDATA[/text/shared/05/new_help.html"> |