aboutsummaryrefslogtreecommitdiffstats
path: root/templates/edit-domain.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-domain.html
parent465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff)
HTML tags are not longer allowed in descriptions.
Diffstat (limited to 'templates/edit-domain.html')
-rw-r--r--templates/edit-domain.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit-domain.html b/templates/edit-domain.html
index c078740..9b259d8 100644
--- a/templates/edit-domain.html
+++ b/templates/edit-domain.html
@@ -54,7 +54,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/>