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-alias.html | |
parent | 465f8ed1b317afb1c7aefde04e53118a19be1a18 (diff) |
HTML tags are not longer allowed in descriptions.
Diffstat (limited to 'templates/add-alias.html')
-rw-r--r-- | templates/add-alias.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-alias.html b/templates/add-alias.html index 1a7d7dd..d6e303f 100644 --- a/templates/add-alias.html +++ b/templates/add-alias.html @@ -55,7 +55,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/> |