瀏覽代碼

squashed bug #496616

teepe 23 年之前
父節點
當前提交
b9b594aff7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

@@ -817,7 +817,7 @@ sub command71 {
          $line =~ s/  /\ \ /g;
          $line =~ s/\t/\ \ \ \ /g;
          $line =~ s/$/ /;
-         $line =~ s/\"/\\\"/g;
+         $line =~ s/\'/\\\'/g;
 
          $new_motd = $new_motd . $line;
       }