grim/hgkeeper-theme

Parents c39ad5848b3e
Children 32ea68e4de50
use the addbreaks filter instead of manually replacing newlines with br's
--- a/templates/hgkeeper/changeset/body.tmpl Sun Mar 22 07:24:24 2020 -0500
+++ b/templates/hgkeeper/changeset/body.tmpl Sun Mar 22 07:51:58 2020 -0500
@@ -1,1 +1,1 @@
-<div class="list-group-item rounded-bottom p-2">{sub("\n", "<br>", desc)}</div>
\ No newline at end of file
+<div class="list-group-item rounded-bottom p-2">{desc|addbreaks}</div>