aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/list.html')
-rw-r--r--pyenc/templates/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyenc/templates/list.html b/pyenc/templates/list.html
index dd267c5..e7e1f4c 100644
--- a/pyenc/templates/list.html
+++ b/pyenc/templates/list.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ title }}</h1>
-<ul>
+<ul class='generic-list'>
{% for item in items %}
<li>{{ item|safe }}</li>
{% endfor %}