diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 20:07:10 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 21:21:48 +0100 |
commit | 6614bedceadcc07ec082c5e926107f27903bda5c (patch) | |
tree | 0eedb2f897737cce9d169651b4b8863b2049da98 /source/text/simpress | |
parent | bb4361c2e733c7b5a6a3a4b9d37ec0586c99ccd7 (diff) |
fix validation errors by round-trip through helpauthoring extension
lots of missing attributes "id" and "xml-lang"
(extension patched to keep bascode tag)
Change-Id: I9c5600b6fa133a6b1062803eadb976e043db7a4a
Diffstat (limited to 'source/text/simpress')
-rw-r--r-- | source/text/simpress/presenter.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/simpress/presenter.xhp b/source/text/simpress/presenter.xhp index e69f03fa5e..37a58da391 100644 --- a/source/text/simpress/presenter.xhp +++ b/source/text/simpress/presenter.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textpresenterxml" indexer="include" status="PUBLISH"> - <title xml-lang="en-US" id="tit" l10n="NEW">Presenter Console Keyboard Shortcuts</title> + <title xml-lang="en-US" id="tit">Presenter Console Keyboard Shortcuts</title> <filename>/text/simpress/presenter.xhp</filename> </topic> </meta> |