From 981ae74e5cda458608d64a1aa3b62cb62a8fc4f6 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 22 Jan 2020 22:10:02 +0000 Subject: Improve markdown escaping Fixes #118 --- app/templates/packages/view.html | 2 +- app/templates/todo/topics.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/templates') diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 0a4b2bf..77b84da 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -364,7 +364,7 @@ -
+
{% if package.approved and package.checkPerm(current_user, "CREATE_THREAD") %}
diff --git a/app/templates/todo/topics.html b/app/templates/todo/topics.html index e51f4ec..87e142f 100644 --- a/app/templates/todo/topics.html +++ b/app/templates/todo/topics.html @@ -60,7 +60,7 @@ Topics to be Added {% set perc = 100 * (total - topic_count) / total %}
-
+
{% else %}

The forum topic crawler needs to run at least once for this section to work. -- cgit v1.2.3