commit | 3a563987be22b542a26c05b21a5691c9dd4ec7be | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Thu Nov 18 18:43:03 2010 -0600 |
committer | Greg Aker <greg.aker@ellislab.com> | Thu Nov 18 18:43:03 2010 -0600 |
tree | 5e93d057f8bbef94c6a8a0be5c4d7f21bcb460cf | |
parent | 3080ee782b2f1c394bc6a1ba91be223f7260fda2 [diff] [blame] |
Updating Output Profiler to validate xHTML Strict, and HTML5.
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index b66fb3f..ca68fc1 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">