Typo
This commit is contained in:
parent
bfeb20776e
commit
b852a11a4d
|
@ -56,7 +56,7 @@ html { background-color: #fdf6e3; color: #002b36; }
|
|||
stdout.write(t.value.replace("<", "<").replace("\r", ""));
|
||||
}
|
||||
else
|
||||
stdout.write(t.value.replace("<", "<");
|
||||
stdout.write(t.value.replace("<", "<"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue