X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.sh;h=001dd3caa85d1ca95825359afa8d69f47b0d3600;hb=e2ad5bc6d56a970f4c4674f5c96ba7458370d8c9;hp=1f8d285d4eb9a241601dde074f0fbd80fcb66800;hpb=9f4240c2867a03627e7b1615790255f1bbf7e568;p=shellwiki diff --git a/themes/default.sh b/themes/default.sh index 1f8d285..001dd3c 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -33,9 +33,8 @@ theme_pagemenu(){ } 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 +44,7 @@ theme_page(){ $(theme_head) ${title} - + $(theme_header)
$(theme_pagemenu) @@ -68,7 +67,7 @@ theme_editor(){ [ "$template" ] && acl_read "$template" || template="$page" - theme_page - "Editor: $title" "${page}[edit]" <<-EOF + theme_page - "Editor: $title" <<-EOF