Changeset 4366 in subversion


Ignore:
Timestamp:
Dec 23, 2010 12:16:03 PM (2 years ago)
Author:
alec
Message:
  • Don't return empty I and B tags in short form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/washtml.php

    r3860 r4366  
    9090 
    9191  /* 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'); 
    9393   
    9494  /* State for linked objects in HTML */ 
Note: See TracChangeset for help on using the changeset viewer.