List page now won't convert newlines to <br>s, as it's unnecessary.

This commit is contained in:
Relintai 2020-12-27 22:38:09 +01:00
parent ba90610e3e
commit 53b67b25a2

View File

@ -72,7 +72,6 @@ void ListPage::load() {
fread(&fd[0], 1, fsize, f);
fclose(f);
Utils::newline_to_br(&fd);
Utils::markdown_to_html(&fd);
list_entries.push_back(fd);