projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9b905
)
Put page header in an <h1>
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 7 Nov 2010 20:57:00 +0000
(15:57 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 7 Nov 2010 20:57:00 +0000
(15:57 -0500)
horde/templates/portal/mobile.inc
patch
|
blob
|
history
diff --git
a/horde/templates/portal/mobile.inc
b/horde/templates/portal/mobile.inc
index
082ca8b
..
b48bca8
100644
(file)
--- a/
horde/templates/portal/mobile.inc
+++ b/
horde/templates/portal/mobile.inc
@@
-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">