projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2313d
)
fix markup for navigation
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 19 Aug 2014 19:09:39 +0000
(15:09 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 19 Aug 2014 19:09:39 +0000
(15:09 -0400)
ending of img tag
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
6c54853
..
93b7597
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-732,7
+732,7
@@
class Toolkit_Page
$styleCode = '';
$result = "{$tabs}<ul{$mainClass}{$styleCode}>\n";
if ($backgroundImage) {
- $result .= '<li class="mainNavLiImgContainer"><img class="mainNavImg" src="'.$backgroundImage.'"
=
></li>';
+ $result .= '<li class="mainNavLiImgContainer"><img class="mainNavImg" src="'.$backgroundImage.'" ></li>';
}
foreach ($array as $i => $node) {
$classes = array();