summaryrefslogtreecommitdiff
path: root/templates/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/changelog.html')
-rw-r--r--templates/changelog.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/changelog.html b/templates/changelog.html
index 24447f6..7ba96cd 100644
--- a/templates/changelog.html
+++ b/templates/changelog.html
@@ -7,7 +7,8 @@
7<h3>{{ ligne[0] }}</h3> 7<h3>{{ ligne[0] }}</h3>
8<div class="date">Le {{ ligne[1] }}</div> 8<div class="date">Le {{ ligne[1] }}</div>
9 9
10<p>{{ ligne[2]|safe }}</p> 10<div class="contenu_changelog">
11{{ ligne[2]|safe }}
11</div> 12</div>
12{% endfor %} 13{% endfor %}
13 14