X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=handlers%2F20_title.sh;h=a0079d2d594001abe62069a914cf2a195c1f76c3;hb=4ad62632e520c153517f8e98ef87543fea0d2c7c;hp=4288b31de21ed086a726c4d54781d11d0500e2fc;hpb=1bc3367c9a1a5eb725688802927bd544cc9d9c63;p=shellwiki diff --git a/handlers/20_title.sh b/handlers/20_title.sh index 4288b31..a0079d2 100755 --- a/handlers/20_title.sh +++ b/handlers/20_title.sh @@ -1,6 +1,6 @@ #!/bin/sh -if acl_read ${PATH_INFO%/*}; then +if acl_read ${PATH_INFO}; then mdfile="$(mdfile "${PATH_INFO%/*}")" else PAGE_TITLE="${SITE_TITLE}"