summaryrefslogtreecommitdiff
path: root/help3xsl/get_bookmark.sh
diff options
context:
space:
mode:
authorFabio Biocchetti <fbbcchtt9@gmail.com>2016-10-24 19:16:27 +0200
committerOlivier Hallot <olivier.hallot@edx.srv.br>2016-10-24 20:46:37 +0000
commit2f35a021df0677851b7f05522ca5b97b3992aca9 (patch)
tree004dc979092069b702bc5717dcc47ea7669eade4 /help3xsl/get_bookmark.sh
parentb560ca36513ef209b23081dc5b971d30dd60e5f1 (diff)
Fix comments in script and JavaScript refactor.
Comments correction in shell script Introduced js debouncer for search bar xml-stylesheet tag removed Introduced parameter passing through pages Links in XHP pages now work with js Minor adjustments Change-Id: Ibf5f7a74c3249fa6f1ff4d3037fe821797e88d1d Reviewed-on: https://gerrit.libreoffice.org/30231 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/get_bookmark.sh')
-rwxr-xr-xhelp3xsl/get_bookmark.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/help3xsl/get_bookmark.sh b/help3xsl/get_bookmark.sh
index b8e7ee6618..a64ee2402f 100755
--- a/help3xsl/get_bookmark.sh
+++ b/help3xsl/get_bookmark.sh
@@ -1,11 +1,10 @@
#/bin/bash
-#*--
-#* This file is part of the LibreOffice project.
-#*
-#* This Source Code Form is subject to the terms of the Mozilla Public
-#* License, v. 2.0. If a copy of the MPL was not distributed with this
-#* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#*
+
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
stub1='<html><head><link rel="stylesheet" type="text/css" href="/default.css"/></head><body><ul class="indexlink">'
stub2='</ul></body></html>'