Bug 17047: Compiled CSS
[koha.git] / cataloguing / addbiblio.pl
index 9018929..c4ed49d 100755 (executable)
@@ -275,8 +275,6 @@ sub create_input {
     
     my $index_subfield = CreateKey(); # create a specifique key for each subfield
 
-    $value =~ s/"/"/g;
-
     # if there is no value provided but a default value in parameters, get it
     if ( $value eq '' ) {
         $value = $tagslib->{$tag}->{$subfield}->{defaultvalue} // q{};