aboutsummaryrefslogtreecommitdiffstats
path: root/templates/room/list.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/room/list.tera')
-rw-r--r--templates/room/list.tera2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/room/list.tera b/templates/room/list.tera
index 7654427..977edb1 100644
--- a/templates/room/list.tera
+++ b/templates/room/list.tera
@@ -14,7 +14,7 @@ No rooms defined.
{% else %}
<ul>
{% for r in rooms -%}
- <li>{{ r.name }} ({{ r.id }})
+ <li>{{ r.name }} ({{ r.id }})</li>
{% endfor -%}
</ul>
{% endif %}