Bugzilla – Attachment 36572 Details for
Bug 12291
Replace the acronym HTML tag with abbr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP
Bug-12291---Replace-the-acronym-HTML-tag-with-abbr.patch (text/plain), 1.23 KB, created by
Magnus Enger
on 2015-03-05 12:30:09 UTC
(
hide
)
Description:
Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2015-03-05 12:30:09 UTC
Size:
1.23 KB
patch
obsolete
>From e288d94e90d1fb00d97e8d140eac5ce44725764e Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >Date: Thu, 5 Mar 2015 13:27:08 +0100 >Subject: [PATCH] Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP > >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. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >index 147a26f..ca804f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt >@@ -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> >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12291
:
28347
|
28348
|
36064
|
36569
|
36572
|
36574
|
36580
|
36581