diff options
author | alecpl <alec@alec.pl> | 2011-11-30 11:35:43 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-30 11:35:43 +0000 |
commit | 0597586b89e86e8b4e22080d4c453475057b47b5 (patch) | |
tree | c5228263a48560439d4c8468dd94ae127cf2abf9 /program/lib | |
parent | 230ccbaef045d9a355e4f24921e622200dd64398 (diff) |
- Applied fixes from trunk up to r5512
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/washtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/washtml.php b/program/lib/washtml.php index 9292aa158..9c8625f30 100644 --- a/program/lib/washtml.php +++ b/program/lib/washtml.php @@ -108,7 +108,7 @@ class washtml /* Block elements which could be empty but cannot be returned in short form (<tag />) */ static $block_elements = array('div', 'p', 'pre', 'blockquote', 'a', 'font', 'center', - 'table', 'ul', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ol', 'dl', 'strong', 'i', 'b'); + 'table', 'ul', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ol', 'dl', 'strong', 'i', 'b', 'u'); /* State for linked objects in HTML */ public $extlinks = false; |