Changeset 4366 in subversion
- Timestamp:
- Dec 23, 2010 12:16:03 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/washtml.php
r3860 r4366 90 90 91 91 /* Block elements which could be empty but cannot be returned in short form (<tag />) */ 92 static $block_elements = array('div', 'p', 'pre', 'blockquote', 'a', 'font', 'center', 'table', 'ul', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ol', 'dl', 'strong' );92 static $block_elements = array('div', 'p', 'pre', 'blockquote', 'a', 'font', 'center', 'table', 'ul', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ol', 'dl', 'strong', 'i', 'b'); 93 93 94 94 /* State for linked objects in HTML */
Note: See TracChangeset
for help on using the changeset viewer.
