summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-11-19 01:43:03 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-11-19 01:43:03 +0100
commit3a563987be22b542a26c05b21a5691c9dd4ec7be (patch)
tree5e93d057f8bbef94c6a8a0be5c4d7f21bcb460cf /application
parent3080ee782b2f1c394bc6a1ba91be223f7260fda2 (diff)
Updating Output Profiler to validate xHTML Strict, and HTML5.
Diffstat (limited to 'application')
-rw-r--r--application/views/welcome_message.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index b66fb3f28..ca68fc101 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -1,6 +1,8 @@
-<html>
+<!DOCTYPE html>
+<html lang="en">
<head>
-<title>Welcome to CodeIgniter</title>
+ <meta charset="utf-8">
+ <title>Welcome to CodeIgniter</title>
<style type="text/css">