From 549f4f4a39b6dede6080b80a2d869762633a52a7 Mon Sep 17 00:00:00 2001 From: Hector Castro <hector.hecaxmmx@gmail.com> Date: Tue, 19 Jan 2016 14:40:02 -0600 Subject: [PATCH] Bug 15597: Typo in opac-auth-detail.tt Patch fix a small type To test: - Verify that a double punctuation mark colon (:) is fix it. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt index ec86efd..3f3f55c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt @@ -46,7 +46,7 @@ <h1>[% summary.mainentry %][% IF authtypetext %] ([% authtypetext %])[% END %]</h1> <div class="usedin"> - <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Number of records used in:: [% count %]</a> + <a href="opac-search.pl?type=opac&q=[% authid %]&idx=an,phr">Number of records used in: [% count %]</a> </div> <div class="authstanza"> -- 1.7.10.4