This commit is contained in:
Hackerpilot 2013-08-26 00:20:19 -07:00
parent bfeb20776e
commit b852a11a4d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ html { background-color: #fdf6e3; color: #002b36; }
stdout.write(t.value.replace("<", "&lt;").replace("\r", ""));
}
else
stdout.write(t.value.replace("<", "&lt;");
stdout.write(t.value.replace("<", "&lt;"));
}
}