Actions
Bug #2398
closedintegration About: description can't be HTML
Description
becuase of:
. htmlspecialchars( $content )
it is not depending of the mode:
In this case:
if ( $about_editor == 3 ) {
there should not be an htmlspecialchars....
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Fixed in r1614
Actions