diff options
Diffstat (limited to 'help3xsl/get_bookmark.sh')
-rwxr-xr-x | help3xsl/get_bookmark.sh | 13 |
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>' |