Bugzilla – Attachment 36581 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]
[PASSED QA] Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP
PASSED-QA-Bug-12291---Replace-the-acronym-HTML-tag.patch (text/plain), 1.36 KB, created by
Katrin Fischer
on 2015-03-05 13:20:45 UTC
(
hide
)
Description:
[PASSED QA] Bug 12291 - Replace the acronym HTML tag with abbr - FOLLOWUP
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-05 13:20:45 UTC
Size:
1.36 KB
patch
obsolete
>From bc1c04580173ab224334655753967a038826c289 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] [PASSED QA] 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. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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