From e2ad5bc6d56a970f4c4674f5c96ba7458370d8c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 23 May 2022 19:34:17 +0200 Subject: [PATCH] body id is always PATH_INFO, bugfix in attachment links --- themes/default.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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