close the head tag
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 8 Nov 2010 07:07:52 +0000 (02:07 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 8 Nov 2010 07:08:08 +0000 (02:08 -0500)
horde/templates/common-header-mobile.inc

index c69f776..c618ebb 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <html>
-    <head>
+<head>
 <?php
 $page_title = $GLOBALS['registry']->get('name');
 if (!empty($title)) {
@@ -9,4 +9,5 @@ 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