From b6b8971491ff83876c21915a89ada049e26c3caf Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 21 May 2015 14:02:32 +0100 Subject: [PATCH] Use ~ not - for event sections. --- templating/templates/events.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templating/templates/events.tmpl b/templating/templates/events.tmpl index f875e29a1..0807ea2e5 100644 --- a/templating/templates/events.tmpl +++ b/templating/templates/events.tmpl @@ -1,5 +1,5 @@ ``{{event.type}}`` -{{(4 + event.type | length) * '-'}} +{{(4 + event.type | length) * '~'}} *{{event.typeof}}* {{event.typeof_info}}