Bug 14575: Fix typo in opac-basket.tt
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 Nov 2015 09:06:32 +0000 (09:06 +0000)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 10 Dec 2015 23:01:24 +0000 (12:01 +1300)
No more typo in the codebase.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit a0460ecc0abbe5f69554ab3885775e55b6a25fe0)
(cherry picked from commit da2dfc07e3391492ae218389467d2959d92cec3e)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>

koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt

index 2418a5e..4cc0353 100644 (file)
                                                    [% FOREACH MARCurl IN BIBLIO_RESULT.MARCURLS %]
                                                         [% IF MARCurl.part %]<p>[% MARCurl.part %]</p>[% END %]
 
-                                                        [% IF OPACurlOpenInNewWindow %]
+                                                        [% IF OPACURLOpenInNewWindow %]
                                                             <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]" target="_blank">[% MARCurl.linktext %]</a>
                                                         [% ELSE %]
                                                             <a href="[% MARCurl.MARCURL %]" title="[% MARCurl.MARCURL %]">[% MARCurl.linktext %]</a>