diff --git a/www/index.php b/www/index.php index 7a4887c..ab3f237 100644 --- a/www/index.php +++ b/www/index.php @@ -99,11 +99,12 @@ $motd = $motdfetcher->getMOTD();
Dagens melding"; - if($title != ""){ - echo $title_text; + echo "

"; + if($title == ""){ + echo "Dagens melding"; + }else{ + echo $title; } echo "

";