diff --git a/WebHostLib/templates/userContent.html b/WebHostLib/templates/userContent.html
index 6d32f100..3e34c0e3 100644
--- a/WebHostLib/templates/userContent.html
+++ b/WebHostLib/templates/userContent.html
@@ -31,7 +31,7 @@
{{ room.seed.id|suuid }} |
{{ room.id|suuid }} |
- >={{ room.seed.slots|length }} |
+ {{ room.seed.slots|length }} |
{{ room.creation_time.strftime("%Y-%m-%d %H:%M") }} |
{{ room.last_activity.strftime("%Y-%m-%d %H:%M") }} |
@@ -56,7 +56,7 @@
{% for seed in seeds %}
{{ seed.id|suuid }} |
- {% if seed.multidata %}>={{ seed.slots|length }}{% else %}1{% endif %}
+ | {% if seed.multidata %}{{ seed.slots|length }}{% else %}1{% endif %}
|
{{ seed.creation_time.strftime("%Y-%m-%d %H:%M") }} |