Put page header in an <h1>
authorChuck Hagenbuch <chuck@horde.org>
Sun, 7 Nov 2010 20:57:00 +0000 (15:57 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 7 Nov 2010 20:57:00 +0000 (15:57 -0500)
horde/templates/portal/mobile.inc

index 082ca8b..b48bca8 100644 (file)
@@ -1,6 +1,6 @@
 <div data-role="page">
     <div data-role="header">
-     <?php echo sprintf(_("Welcome, %s"), $fullname) ?>
+     <h1><?php echo sprintf(_("Welcome, %s"), $fullname) ?></h1>
     </div>
     <div data-role="content" class="ui-body"">
         <ul data-role="listview" data-theme="a">