projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1c525
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Nov 2010 17:44:38 +0000
(12:44 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Nov 2010 17:52:47 +0000
(12:52 -0500)
horde/templates/portal/mobile.inc
patch
|
blob
|
history
diff --git
a/horde/templates/portal/mobile.inc
b/horde/templates/portal/mobile.inc
index
20badde
..
28e705b
100644
(file)
--- a/
horde/templates/portal/mobile.inc
+++ b/
horde/templates/portal/mobile.inc
@@
-8,7
+8,7
@@
<div data-role="content">
<ul data-role="listview">
<?php foreach ($links as $key => $val): ?>
- <li class="extlink"><img class="ui-li-icon" src="<?php echo $val[1] ?>"><?php echo $val[0]->link(array('rel' => 'external')) ?><?php echo $key ?></a></li>
+
<li class="extlink"><img class="ui-li-icon" src="<?php echo $val[1] ?>"><?php echo $val[0]->link(array('rel' => 'external')) ?><?php echo $key ?></a></li>
<?php endforeach; ?>
</ul>
</div>