From: Steve Sutton Date: Tue, 19 Aug 2014 19:09:39 +0000 (-0400) Subject: fix markup for navigation X-Git-Tag: V1.0^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c34866daa4f7d2e405ca7691a9617c9b5412901e;p=web%2FKeweenaw.git fix markup for navigation ending of img tag --- diff --git a/Toolkit/Page.php b/Toolkit/Page.php index 6c54853..93b7597 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -732,7 +732,7 @@ class Toolkit_Page $styleCode = ''; $result = "{$tabs}\n"; if ($backgroundImage) { - $result .= ''; + $result .= ''; } foreach ($array as $i => $node) { $classes = array();