From c11f4eb0bb7a9fa359f00d2bed5c486fb90541b6 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 31 Oct 2014 18:53:15 +0000 Subject: [PATCH] Use HTML5 doctype --- web/skins/bootstrap/includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/bootstrap/includes/functions.php b/web/skins/bootstrap/includes/functions.php index 50898a07a..2b50bfc71 100644 --- a/web/skins/bootstrap/includes/functions.php +++ b/web/skins/bootstrap/includes/functions.php @@ -36,8 +36,8 @@ function xhtmlHeaders( $file, $title ) extract( $GLOBALS, EXTR_OVERWRITE ); ?> - - + + <?= ZM_WEB_TITLE_PREFIX ?> - <?= validHtmlStr($title) ?>