summaryrefslogtreecommitdiff
path: root/help3
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-02-18 10:08:30 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-02-18 14:15:46 +0100
commit5d8802dd5e5381aba246ab42804a2205bfd325b9 (patch)
treee858b518fb0716ccc0dccd018de6515ec56dfcb3 /help3
parent9552c9de868e43650cc5a3f0d8e1f312c6c52ea6 (diff)
Add help page link for Editor in Help menu
Change-Id: Iffa4b084935fd5899244da40ecd07afb812d3986 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/88935 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3')
-rw-r--r--help3/xhpeditor/index.php1
-rw-r--r--help3/xhpeditor/menu.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index ff770864..7444d308 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -39,7 +39,6 @@ $xhp = $_POST["xhpdoc"];
<script type="application/javascript" src="cm/addon/search/searchcursor.js"></script>
<script type="application/javascript" src="cm/addon/search/jump-to-line.js"></script>
<script type="application/javascript" src="cm/addon/search/matchesonscrollbar.js"></script>
- <script type="application/javascript" src="cm/addon/search/jump-to-line.js"></script>
<script type="application/javascript" src="cm/addon/display/fullscreen.js"></script>
<script type="application/javascript" src="cm/addon/scroll/annotatescrollbar.js"></script>
diff --git a/help3/xhpeditor/menu.php b/help3/xhpeditor/menu.php
index 1a8f4a9e..d14f8afe 100644
--- a/help3/xhpeditor/menu.php
+++ b/help3/xhpeditor/menu.php
@@ -122,6 +122,7 @@
<button class="dropbtn">Help</button>
<div class="dropdown-content">
<a href="https://wiki.documentfoundation.org/Documentation/Understanding,_Authoring_and_Editing_Openoffice.org_Help/3" target="_blank">XHP Reference</a>
+ <a href="https://wiki.documentfoundation.org/DocumentationHelpEditor" target="_blank">Editor Help</a>
<a href="cm/doc/manual.html#commands" target="_blank">Editor shortcuts</a>
<a href="#" target="_blank">Editor</a>
</div>