diff --git a/doc/www/head.php b/doc/www/head.php index a319de31..630ba426 100644 --- a/doc/www/head.php +++ b/doc/www/head.php @@ -8,7 +8,7 @@ -AlternC<?php if ($title) { echo " - ".$title; } ?> + AlternC<?php if (isset($title)) { echo " - ".$title; } ?> @@ -50,7 +50,7 @@ echo "Web and Mail server management software"; } ?>

- ".$title."

"; } ?> +".$title."

"; } ?>