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">