don't call removetabs
This commit is contained in:
		| @@ -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); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user