[Koha-patches] [PATCH] Bug 3362: Fixes invalid xhtml in stage-marc-import.tmpl

Garry Collum gcollum at gmail.com
Thu Jun 25 04:23:46 CEST 2009


---
 .../prog/en/modules/tools/stage-marc-import.tmpl   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
index f69237e..8660db0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
@@ -98,9 +98,9 @@ function CheckForm(f) {
 	<li>
 		<label for="syntax">Character encoding: </label>
         <!-- TMPL_IF name="UNIMARC" -->
-            <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC" selected="1">UNIMARC</option></select>
+            <select name="syntax" id="syntax"><option value="MARC21">MARC21</option><option value="UNIMARC" selected="selected">UNIMARC</option></select>
         <!-- TMPL_ELSE -->
-            <select name="syntax" id="syntax"><option value="MARC21" selected="1">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
+            <select name="syntax" id="syntax"><option value="MARC21" selected="selected">MARC21</option><option value="UNIMARC">UNIMARC</option></select>
         <!-- /TMPL_IF -->
 		
 	</li>
-- 
1.5.6.5




More information about the Koha-patches mailing list