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:
parent
739490722e
commit
92a343f69d
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue