Browse Source

fixed a '\ that should have been " "

lbergman 24 năm trước cách đây
mục cha
commit
804bee7689
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/options_display.php

+ 1 - 1
src/options_display.php

@@ -64,7 +64,7 @@
       if ($code==$chosen_language)
          echo '         <OPTION SELECTED VALUE="'.$code.'">'.$languages[$code]['NAME']."\n";
       else
-         echo '         <OPTION VALUE=\"".$code.'">'.$languages[$code]['NAME']."\n";
+         echo '         <OPTION VALUE="'.$code.'">'.$languages[$code]['NAME']."\n";
    }
    echo '         </select></tt>';  
    if (! $use_gettext)