Bug 13618: Add html filters to all the variables
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / cataloguing / value_builder / unimarc_field_106.tt
index a418529..10a2845 100644 (file)
@@ -90,7 +90,7 @@ supplement)</option>
     <script type="text/javascript">
         function report() {
             var doc   = opener.document;
-            var field = doc.getElementById("[% index %]");
+            var field = doc.getElementById("[% index | html %]");
 
             field.value = document.f_pop.f1.value;
             self.close();