diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-11-19 01:43:03 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-11-19 01:43:03 +0100 |
commit | 3a563987be22b542a26c05b21a5691c9dd4ec7be (patch) | |
tree | 5e93d057f8bbef94c6a8a0be5c4d7f21bcb460cf /application/views | |
parent | 3080ee782b2f1c394bc6a1ba91be223f7260fda2 (diff) |
Updating Output Profiler to validate xHTML Strict, and HTML5.
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/welcome_message.php | 6 |
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"> |