diff options
Diffstat (limited to 'help3xsl')
-rwxr-xr-x | help3xsl/get_bookmark.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/help3xsl/get_bookmark.sh b/help3xsl/get_bookmark.sh index 2ae124c712..b8e7ee6618 100755 --- a/help3xsl/get_bookmark.sh +++ b/help3xsl/get_bookmark.sh @@ -1,11 +1,11 @@ #/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>' |