mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
List page now won't convert newlines to <br>s, as it's unnecessary.
This commit is contained in:
parent
ba90610e3e
commit
53b67b25a2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user