diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 21:47:51 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-29 23:08:37 +0100 |
commit | 0dbcef539b19bd4d50d4bbc904b32f53ebdcf102 (patch) | |
tree | a3aafafcc282e4bab6377602f0379be719d89f25 /templates/add-domain-1.html | |
parent | 465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff) |
HTML tags are not longer allowed in descriptions.
Diffstat (limited to 'templates/add-domain-1.html')
-rw-r--r-- | templates/add-domain-1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-domain-1.html b/templates/add-domain-1.html index 28a70a6..7f1cf67 100644 --- a/templates/add-domain-1.html +++ b/templates/add-domain-1.html @@ -64,7 +64,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/> |