diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-02-10 04:34:34 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.libreoffice.org> | 2020-02-10 02:34:34 +0100 |
commit | 4b6b03c89208d51920040eee15402102dd085e4b (patch) | |
tree | 5355c35f6009dfaeafe9b506f801ea1fd303f9d9 | |
parent | 41177730421f9be9ad955766a5a19667d8003b11 (diff) |
Update git submodules
* Update helpcontent2 from branch 'master'
to 96f1ee8417e4d6c7134e13ab86ac55e52f1bc841
- Don't hardcode version in links in online help
... so that when current page URL is like
https://help.libreoffice.org/latest/en-US/text/shared/05/new_help.html
links from it will lead to other pages under 'latest', not to
https://help.libreoffice.org/6.3/...
The problem reason was that in online help, HTML referred to resources
with relative URLs starting with version number, like
'href="6.3/media/navigation/favicon.ico"'. The links didn't include the
version level in local help: 'href="media/navigation/favicon.ico"'.
This was naturally accompanied by <base href="../../../../../"> (online)
and '<base href="../../../../">' (local), coming from "tokenize" in
help3xsl/online_transform.xsl.
This unifies online help behaviour with that of local help.
Change-Id: I486cbfbd680d52d00ef99ade9af5ecac2967c115
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87768
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
m--------- | helpcontent2 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/helpcontent2 b/helpcontent2 -Subproject b6e3324d71cd4b17cd9384b43b762fb10ce9234 +Subproject 96f1ee8417e4d6c7134e13ab86ac55e52f1bc84 |