From c8839c220c49633ea45ce5d0e4be1f411f66ad6c Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jul 2012 12:10:08 +0100 Subject: changed all doctypes to html5 doctype --- inc/actions.php | 8 +++----- inc/init.php | 3 +-- install.php | 8 +++----- lib/exe/index.html | 5 ++--- lib/images/fileicons/index.php | 6 ++---- lib/images/index.html | 5 ++--- lib/index.html | 5 ++--- lib/plugins/index.html | 5 ++--- lib/scripts/index.html | 5 ++--- lib/styles/index.html | 5 ++--- lib/tpl/index.php | 5 ++--- 11 files changed, 23 insertions(+), 37 deletions(-) diff --git a/inc/actions.php b/inc/actions.php index d4bd5b20e..fc15713d8 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -568,12 +568,10 @@ function act_export($act){ $output = rawWiki($ID,$REV); break; case 'xhtml': - $pre .= '' . DOKU_LF; - $pre .= '' . DOKU_LF; + $pre .= '' . DOKU_LF; + $pre .= '' . DOKU_LF; $pre .= '' . DOKU_LF; - $pre .= ' ' . DOKU_LF; + $pre .= ' ' . DOKU_LF; $pre .= ' '.$ID.'' . DOKU_LF; // get metaheaders diff --git a/inc/init.php b/inc/init.php index a28050736..00ab2afe9 100644 --- a/inc/init.php +++ b/inc/init.php @@ -497,8 +497,7 @@ function is_ssl(){ */ function nice_die($msg){ echo<< + DokuWiki Setup Error diff --git a/install.php b/install.php index 0a2bf0a46..6669de49d 100644 --- a/install.php +++ b/install.php @@ -61,12 +61,10 @@ $dokuwiki_hash = array( // begin output header('Content-Type: text/html; charset=utf-8'); ?> - - + + - + <?php echo $lang['i_installer']?>