Bug 7530: Missing <li> tag in circ-menu.inc
authorGarry Collum <gcollum@gmail.com>
Sat, 11 Feb 2012 17:37:13 +0000 (12:37 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 09:08:03 +0000 (10:08 +0100)
The address information of circ-menu.inc is not contained in <li> tags, this patch fixes it.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
verified new <li> in template. Looks good.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc

index 6ae7cb6..00dc445 100644 (file)
@@ -22,7 +22,7 @@
     [% ELSE %]
             <li><span class="empty" id="noadressstored">No address stored.</span></li>
     [% END %]
-    [% IF ( city ) %]
+    <li>[% IF ( city ) %]
             [% city %][% IF ( state ) %], [% state %][% END %]
            [% zipcode %][% IF ( country ) %], [% country %][% END %]
     [% ELSE %]