Bug 12291:_(followup) Replace the acronym HTML tag with abbr
This patch replaces the last occurrence of <acronym> with <abbr>. To test: - Apply this patch on top of the first patch and check that "grep -r "<acronym" koha-tmpl/*/*/en/*" does not return any hits. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
fae32e22ef
commit
eb2d7db655
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
[% IF ( searchresult.code ) %]
|
||||
<a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% searchresult.invoiceid %]">[% searchresult.code %]</a>
|
||||
[% ELSE %]
|
||||
<acronym title="not available">n/a</acronym>
|
||||
<abbr title="not available">n/a</abbr>
|
||||
[% END %]
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue