[Koha-patches] [PATCH 2/2] Bug 7530: Missing <li> tag in circ-menu.inc

Garry Collum gcollum at gmail.com
Sat Feb 11 18:58:45 CET 2012


The address information of circ-menu.inc is not contained in <li> tags, this patch fixes it.
---
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
index 6ae7cb6..00dc445 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc
@@ -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 %]
-- 
1.7.5.4



More information about the Koha-patches mailing list