]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/bp.pl
Das Quoten/Unquoten von speziellen Zeichen in zentrale Hilfsfunktionen in Locale...
[mfinanz.git] / bin / mozilla / bp.pl
index 8054af52bd18bdd6324828bd2a77f452547eedec..edbd98486704eb39afd7e3a549d8016e359ba5ff 100644 (file)
@@ -608,7 +608,7 @@ sub list_spool {
 
 $form->get_lists(printers=>"ALL_PRINTERS");
 print qq|<select name="printer">|;
-print map(qq|<option value="$_->{id}">| . $form->quote_html($_->{printer_description}) . qq|</option>|, @{ $form->{ALL_PRINTERS} });
+print map(qq|<option value="$_->{id}">| . H($_->{printer_description}) . qq|</option>|, @{ $form->{ALL_PRINTERS} });
 print qq|</select>|;
 
 #  }