Bug 34307: (QA follow-up) add <span> to have cleaner strings for i18n
Cleaner strings are extracted this way. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
e8a4805435
commit
a6ec493647
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
|
||||
[% END %]
|
||||
[% WRAPPER breadcrumb_item bc_active= 1 %]
|
||||
<span>[% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]Plugin[% END %]</span>
|
||||
<span>[% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]<span>Plugin</span>[% END %]</span>
|
||||
[% END %]
|
||||
[% END #/ WRAPPER breadcrumbs %]
|
||||
[% END #/ WRAPPER sub-header.inc %]
|
||||
|
|
Loading…
Reference in a new issue