X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.sh;h=0b850078a06c321a6892813b1d129b8b1fabd9af;hb=8dc20ae866df18ef4de24a8936bc81418859f80a;hp=1f8d285d4eb9a241601dde074f0fbd80fcb66800;hpb=9f4240c2867a03627e7b1615790255f1bbf7e568;p=shellwiki diff --git a/themes/default.sh b/themes/default.sh index 1f8d285..0b85007 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -24,18 +24,20 @@ theme_pagemenu(){ if acl_write "$page"; then printf ' ' fi } theme_page(){ - local page="$1" title="$2" id="$3" + local page="$1" title="$2" title="$(HTML "${title:-"${page}"}")" - id="$(HTML "${id:-"${page}"}")" # Important! Web Server response including newline printf "%s\r\n" "Content-Type: text/html; charset=utf-8" "" @@ -45,7 +47,7 @@ theme_page(){ $(theme_head) ${title} - + $(theme_header)
$(theme_pagemenu) @@ -68,7 +70,7 @@ theme_editor(){ [ "$template" ] && acl_read "$template" || template="$page" - theme_page - "Editor: $title" "${page}[edit]" <<-EOF + theme_page - "Editor: $title" <<-EOF