From a1b8dc5e9bfc021a78f73a3ffecd39827327d6a8 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 30 Apr 2018 11:09:51 +0100 Subject: [Wiki] This should completely make headers uniform --- templates/wiki/base.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'templates/wiki') diff --git a/templates/wiki/base.html b/templates/wiki/base.html index aeb64a2a..67a60706 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -39,10 +39,14 @@ {% for header in data.headers %} {% if "sub_headers" in header %}
  • - {{ header.title | safe }} + + {{ header.title | safe }} +
  • -- cgit v1.2.3