aboutsummaryrefslogtreecommitdiffstats
path: root/templates/edit-user.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/edit-user.html
parent465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff)
HTML tags are not longer allowed in descriptions.
Diffstat (limited to 'templates/edit-user.html')
-rw-r--r--templates/edit-user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit-user.html b/templates/edit-user.html
index d4b3c86..f3e3a64 100644
--- a/templates/edit-user.html
+++ b/templates/edit-user.html
@@ -83,7 +83,7 @@
<h4 class="label" id="description">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/>