From: Jan Schneider Date: Tue, 24 Aug 2010 13:52:55 +0000 (+0200) Subject: Add doctype header. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=68bcb60d8c7c4a142cdc93177a8df407213756ec;p=horde.git Add doctype header. --- diff --git a/chora/templates/common-header.inc b/chora/templates/common-header.inc index e235bbe1a..9540fd3e3 100644 --- a/chora/templates/common-header.inc +++ b/chora/templates/common-header.inc @@ -3,6 +3,9 @@ if (isset($language)) { header('Content-type: text/html; charset=' . $GLOBALS['registry']->getCharset()); header('Vary: Accept-Language'); } +?> + +' : ''; $page_title = $GLOBALS['registry']->get('name');