aboutsummaryrefslogtreecommitdiffstats
path: root/templates/add-list.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-29 21:47:51 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-29 23:08:37 +0100
commit0dbcef539b19bd4d50d4bbc904b32f53ebdcf102 (patch)
treea3aafafcc282e4bab6377602f0379be719d89f25 /templates/add-list.html
parent465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff)
HTML tags are not longer allowed in descriptions.
Diffstat (limited to 'templates/add-list.html')
-rw-r--r--templates/add-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-list.html b/templates/add-list.html
index 6e9f8bd..fed5629 100644
--- a/templates/add-list.html
+++ b/templates/add-list.html
@@ -75,7 +75,7 @@
<h4 class="label">Description</h4>
<textarea name="description" cols="50" rows="5" ><TMPL_VAR NAME=description></textarea>
<div class="help">
- An optional description. (HTML tags are allowed.)
+ An optional description.
</div>
<hr/>