<!DOCTYPE html>
<html>
- <head>
+<head>
<?php
$page_title = $GLOBALS['registry']->get('name');
if (!empty($title)) {
<title><?php echo htmlspecialchars($title) ?></title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.css" />
<script src="http://code.jquery.com/jquery-1.4.3.min.js"></script>
- <script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
\ No newline at end of file
+ <script src="http://code.jquery.com/mobile/1.0a1/jquery.mobile-1.0a1.min.js"></script>
+</head>
\ No newline at end of file