summaryrefslogtreecommitdiff
path: root/templates/info.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/info.html')
-rw-r--r--templates/info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/info.html b/templates/info.html
index a2d9c92..7e6155d 100644
--- a/templates/info.html
+++ b/templates/info.html
@@ -64,7 +64,7 @@
64 </h1> 64 </h1>
65 <div> 65 <div>
66 {% for extension in extensions %} 66 {% for extension in extensions %}
67 <span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded float-left"> 67 <span class="rounded-full bg-blue text-white p-2 mb-2 mr-2 rounded-sm float-left">
68 {{ extension }} 68 {{ extension }}
69 </span> 69 </span>
70 {% endfor %} 70 {% endfor %}