Skip to content

Commit

Permalink
Switched from XHTML to HTML5
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Mar 1, 2013
1 parent 0609906 commit ab735d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/header.html.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>

<html xmlns="http:https://www.w3.org/1999/xhtml" xml:lang="en-us">
<html>
<head>
<title><?php echo $this->htmlEncode($this->app->getConfig('siteName')) . ' - ' . $this->get('pageTitle') ?></title>

<link type="text/css" rel="stylesheet" href="<?php echo $this->app->getRootPath() ?>views/css/layout.css"/>
<link type="text/css" rel="stylesheet" href="<?php echo $this->app->getRootPath() ?>views/css/layout.css">
</head>
<body>

0 comments on commit ab735d0

Please sign in to comment.