diff options
Diffstat (limited to 'source/get_bookmark.sh')
-rwxr-xr-x | source/get_bookmark.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/get_bookmark.sh b/source/get_bookmark.sh index af2edd88d5..b979a07081 100755 --- a/source/get_bookmark.sh +++ b/source/get_bookmark.sh @@ -6,8 +6,8 @@ # 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>' +stub1='<ul class="indexlink">' +stub2='</ul>' ffile=bookmark_calc.html rm -f $ffile echo $stub1 > $ffile |