bugfix
authortipaul <tipaul>
Fri, 28 May 2004 16:19:28 +0000 (16:19 +0000)
committertipaul <tipaul>
Fri, 28 May 2004 16:19:28 +0000 (16:19 +0000)
koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl

index 941157b..4dbaf9c 100644 (file)
@@ -78,9 +78,7 @@
                                        <input type="text" name="value" value="<!-- TMPL_VAR name="value" escape="HTML" -->" size="<!-- TMPL_VAR name="fieldlength" -->">
                                <!-- /TMPL_IF -->
                                <!-- TMPL_IF name="type-textarea" -->
-                                       <textarea name="value" rows="<!--TMPL_VAR name="rows" -->" cols="<!-- TMPL_VAR name="cols" -->">
-                                               <!-- TMPL_VAR name="value" escape="HTML" -->
-                                       </textarea>
+                                       <textarea name="value" rows="<!--TMPL_VAR name="rows" -->" cols="<!-- TMPL_VAR name="cols" -->"><!-- TMPL_VAR name="value" escape="HTML" --></textarea>
                                <!-- /TMPL_IF -->
                                <!-- TMPL_IF name="type-choice" -->
                                        <select name="value">