aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-06-10 20:11:48 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-06-10 20:11:48 +0000
commit527b6fd83ec10f172a8595ab8eea72489cbe0833 (patch)
tree7f025b2e4e2d040e261667c065d046b9786c3cb3
parentd4ba6fb5cbbd5bf1e040be516009afd68d954571 (diff)
doctype now corrected (after joeko signaling)
-rw-r--r--h-source/Application/Views/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php
index 5247659..a785023 100644
--- a/h-source/Application/Views/header.php
+++ b/h-source/Application/Views/header.php
@@ -1,5 +1,5 @@
<?php if (!defined('EG')) die('Direct access not allowed!'); ?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//IT" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<?php
// h-source, a web software to build a community of people that want to share their hardware information.