projects
/
web
/
BigFore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5ac51
)
Fix the li
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Aug 2014 12:51:56 +0000
(08:51 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 7 Aug 2014 12:51:56 +0000
(08:51 -0400)
need end tag
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
56db8fa
..
8456ea2
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-609,7
+609,7
@@
class Toolkit_Page
return;
}
$tabs = str_repeat($tab, $level * 2);
- $arrowLi = ($level == 1) ? '<li><img src="'.MEDIA_BASE_URL.'assets/arrowUp.png"></i>': '';
+ $arrowLi = ($level == 1) ? '<li><img src="'.MEDIA_BASE_URL.'assets/arrowUp.png"></
l
i>': '';
$result = "{$tabs}<ul>{$arrowLi}\n";
foreach ($array as $i => $node) {
$class