Ver Fonte

squashed bug #496616

teepe há 23 anos atrás
pai
commit
b9b594aff7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      config/conf.pl

+ 1 - 1
config/conf.pl

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