Use HTML5 doctype

This commit is contained in:
Kyle Johnson 2014-10-31 18:53:15 +00:00
parent c066d9bdbc
commit c11f4eb0bb
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ function xhtmlHeaders( $file, $title )
extract( $GLOBALS, EXTR_OVERWRITE );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html lang="en">
<head>
<title><?= ZM_WEB_TITLE_PREFIX ?> - <?= validHtmlStr($title) ?></title>
<link rel="icon" type="image/ico" href="graphics/favicon.ico"/>