mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
Typo
This commit is contained in:
parent
bfeb20776e
commit
b852a11a4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue