Added <strong> to list of allowed tags

svn path=/trunk/boinc/; revision=5313
This commit is contained in:
Janus B. Kristensen 2005-02-04 09:36:38 +00:00
parent 8e1930a763
commit 14685f9a87
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $allowed = array(
'p' => array('align' => 1),
'font' => array('face' => 1),
'br' => array(),
'strong' => array(),
'ul' => array(),
'ol' => array(),
'li' => array(),