瀏覽代碼

fixed a '\ that should have been " "

lbergman 24 年之前
父節點
當前提交
804bee7689
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)