diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-01-22 22:10:02 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-01-22 22:10:02 +0000 |
| commit | 981ae74e5cda458608d64a1aa3b62cb62a8fc4f6 (patch) | |
| tree | 5bc5286d7e9104c6e4caafb62263ba5c4403864d /app/templates/todo | |
| parent | 2b661939699ce8e7c39569d33f2e9d42ef562a79 (diff) | |
| download | cheatdb-981ae74e5cda458608d64a1aa3b62cb62a8fc4f6.tar.xz | |
Improve markdown escaping
Fixes #118
Diffstat (limited to 'app/templates/todo')
| -rw-r--r-- | app/templates/todo/topics.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <div class="progress-bar bg-success" role="progressbar" style="width: {{ perc }}%" aria-valuenow="{{ perc }}" aria-valuemin="0" aria-valuemax="100"></div> - </div> + </div> {% else %} <p> The forum topic crawler needs to run at least once for this section to work. |
