[Koha-patches] [PATCH] fix minor translation bugs in two OPAC templates

Galen Charlton galen.charlton at liblime.com
Fri May 29 03:45:34 CEST 2009


---
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    2 +-
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
index 0ffa8b6..53e73c5 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
@@ -188,7 +188,7 @@
         <!-- /TMPL_IF -->
 
 <!-- This puts the LTFL reviews in, and if TabbedView is not set, puts the remaining content above the Tabs instead of in them -->
-<!-- TMPL_IF NAME="LibraryThingForLibrariesID"> 
+<!-- TMPL_IF NAME="LibraryThingForLibrariesID" -->
 	<!-- TMPL_UNLESS NAME = "LibraryThingForLibrariesTabbedView" -->
 		<div class="results_summary"><div id="ltfl_related" class="ltfl"></div></div> 
 		<div class="results_summary"><div id="ltfl_similars" class="ltfl"></div></div> 
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
index d09bacb..6d9ab9a 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl
@@ -474,6 +474,6 @@ $(document).ready(function(){
 </div>
 
 <!-- TMPL_IF NAME="LibraryThingForLibrariesID" --> 
-<script src="http://ltfl.librarything.com/forlibraries/widget.js?id=<!--TMPL_VAR NAME="LibraryThingForLibrariesID" -->&systype=koha"type="text/javascript"></script> 
+<script src="http://ltfl.librarything.com/forlibraries/widget.js?id=<!--TMPL_VAR NAME="LibraryThingForLibrariesID" -->&systype=koha" type="text/javascript"></script> 
 <!-- /TMPL_IF --> 
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list