fix parse_comment: insert <br> in comment, insert quote, fix error in sort_uniq

This commit is contained in:
Swrup 2022-01-12 20:27:10 +01:00
parent 8332a16209
commit 7191a5690d
3 changed files with 56 additions and 19 deletions

View file

@ -49,3 +49,6 @@ blockquote.blockquote {
padding: 5px 5px 5px 5px;
}
.quote {
color: green;
}