https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13870

--- Comment #15 from Fridolin Somers <[email protected]> ---
Oupsy, tag a is not closed :

+                    <td class="linked_order">
+                        [% IF linked_order.ordernumber %]
+                            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[%
linked_order.basket | uri %]" title="See basket details">[%
linked_order.ordernumber | html %]<a>
+                        [% ELSE %]
+                            None
+                        [% END %]
+                    </td>
+                    <td class="linked_subscription">
+                        [% IF linked_subscription %]
+                            <a
href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[%
linked_subscription | uri %]" title="Subscription id [% linked_subscription |
html %]">Subscription details<a>
+                        [% ELSE %]
+                            None
+                        [% END %]
+                    </td>

Should be </a>

Also use <span>None</span> to ease translation

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to