Bug 19500: Add missing span for 'other'
To stay consistent in the DOM structure it would make sense to have it there as well Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
a0d775b9cc
commit
717cb3f893
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
[% CASE 'members' %]<span>Patrons</span>
|
||||
[% CASE 'serial' %]<span>Serials (new issue)</span>
|
||||
[% CASE 'suggestions' %]<span>Suggestions</span>
|
||||
[% CASE %][% lette.module | html %]
|
||||
[% CASE %]<span>[% lette.module | html %]</span>
|
||||
[% END %]
|
||||
</td>
|
||||
<td>[% lette.code | html %]</td>
|
||||
|
|
Loading…
Reference in a new issue