chiark / gitweb /
Split template docs out to disorder_templates(5)
[disorder] / scripts / htmlman
index 17e53e4ef8e39f3ea5ef9dee5c6e48a386e9fb13..17fc7f3b6a05e5da88989ad9410f5766428a675c 100755 (executable)
@@ -43,13 +43,13 @@ title=$(basename $1)
 echo "<html>"
 echo " <head>"
 if $stdhead; then
-  echo "@quiethead"
+  echo "@quiethead@#"
 fi
 echo "  <title>$title</title>"
 echo " </head>"
 echo " <body>"
 if $stdhead; then
-  echo "@stdmenu{}"
+  echo "@stdmenu{}@#"
 fi
 printf "   <pre class=manpage>"
 # this is kind of painful using only BREs