summaryrefslogtreecommitdiffstats
path: root/templates/core
diff options
context:
space:
mode:
Diffstat (limited to 'templates/core')
-rw-r--r--templates/core/todos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/core/todos.html b/templates/core/todos.html
index de1fd1d..3122ddc 100644
--- a/templates/core/todos.html
+++ b/templates/core/todos.html
@@ -1,3 +1,3 @@
{% extends "baseapi.html" %}
-{% block content %}<pre>{% for k, v in tododict.items %}<b><big>{{k}}</big></b>: {{v}}<br />
+{% block content %}<pre>{% for k, v in tododict.items %}<b><big>{{k}}</big></b>:<br> {{v}}<br />
{% endfor %}</pre>{% endblock %} \ No newline at end of file