don't call removetabs
This commit is contained in:
parent
478a21aedb
commit
f9dc3628f4
@ -42,7 +42,6 @@ std::string Page::str() const {
|
|||||||
while (std::getline(stream, line))
|
while (std::getline(stream, line))
|
||||||
ret += line + "\n";
|
ret += line + "\n";
|
||||||
|
|
||||||
string_utils::removeTabs(ret);
|
|
||||||
string_utils::limitConsecutiveWhitespace(ret, MAX_WHITESPACE);
|
string_utils::limitConsecutiveWhitespace(ret, MAX_WHITESPACE);
|
||||||
string_utils::removeTrailingWhitespace(ret);
|
string_utils::removeTrailingWhitespace(ret);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user