diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-25 19:59:54 -0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-12-26 04:31:13 +0100 |
commit | cd872746d22ed4904b59c761855af5159d7eccb6 (patch) | |
tree | 586279a6b11e081a2d02da8a7a0bedba1d7cee29 /source/text/shared | |
parent | a033bdbf3aec12cb3d55fe5878bf3a30b59357c9 (diff) |
Fix <filename> root path
The missing slash corrects the caculation of the <base> tag.
Change-Id: I1d1affcaef8b69049452f67d5ec122f6722874c6
Reviewed-on: https://gerrit.libreoffice.org/47061
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit be3381c27d46e71df2d513e42c1d68f3e0a14bfb)
Reviewed-on: https://gerrit.libreoffice.org/47063
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/01070002.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/optionen/experimental.xhp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/01/01070002.xhp b/source/text/shared/01/01070002.xhp index 06ee19a048..377bb24f98 100644 --- a/source/text/shared/01/01070002.xhp +++ b/source/text/shared/01/01070002.xhp @@ -12,7 +12,7 @@ <meta> <topic id="exportas07010002xhp" indexer="include" status="PUBLISH"> <title id="tit" xml-lang="en-US">Export As</title> - <filename>text/shared/01/01070002.xhp</filename> + <filename>/text/shared/01/01070002.xhp</filename> </topic> </meta> <body> diff --git a/source/text/shared/optionen/experimental.xhp b/source/text/shared/optionen/experimental.xhp index 7123240a42..033eae41fb 100644 --- a/source/text/shared/optionen/experimental.xhp +++ b/source/text/shared/optionen/experimental.xhp @@ -21,7 +21,7 @@ <meta> <topic id="topic_2507201510234246"> <title xml-lang="en-US" id="tit">Experimental Feature</title> - <filename>text/shared/optionen/experimental.xhp</filename> + <filename>/text/shared/optionen/experimental.xhp</filename> </topic> </meta> @@ -33,4 +33,4 @@ </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |