0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

modules/m_control: Remove legacy temporary output massaging. (#101)

This commit is contained in:
Jason Volk 2019-08-01 13:15:08 -07:00
parent 739490722e
commit 92a343f69d

View file

@ -95,10 +95,6 @@ noexcept try
out.str().substr(0, 32_KiB)
};
//TODO: XXXX
str = replace(std::move(str), '\n', "<br />");
str = replace(std::move(str), '"', "\\\"");
const string_view alt //TODO: X
{
"no alt text"