changed doctype to (polyglot) html5
This commit is contained in:
parent
8dc924f7fe
commit
17bee238a0
3 changed files with 6 additions and 9 deletions
|
|
@ -11,12 +11,11 @@
|
||||||
if (!defined('DOKU_INC')) die();
|
if (!defined('DOKU_INC')) die();
|
||||||
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
||||||
|
|
||||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
?><!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
|
||||||
lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>">
|
lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta charset="UTF-8" />
|
||||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
||||||
<title>
|
<title>
|
||||||
<?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
|
<?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?>
|
||||||
|
|
|
||||||
5
main.php
5
main.php
|
|
@ -11,12 +11,11 @@ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
|
||||||
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
||||||
|
|
||||||
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] );
|
$showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] );
|
||||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
?><!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
|
||||||
lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
|
lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta charset="UTF-8" />
|
||||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
||||||
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
|
||||||
<?php tpl_metaheaders() ?>
|
<?php tpl_metaheaders() ?>
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,11 @@
|
||||||
if (!defined('DOKU_INC')) die();
|
if (!defined('DOKU_INC')) die();
|
||||||
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
@require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
|
||||||
|
|
||||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
?><!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
|
||||||
lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup">
|
lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta charset="UTF-8" />
|
||||||
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
|
||||||
<title>
|
<title>
|
||||||
<?php echo hsc($lang['mediaselect'])?>
|
<?php echo hsc($lang['mediaselect'])?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue