PDA

View Full Version : Default reply title has HTML entities


Mike Sullivan
Sat 21st Jun '03, 1:44am
In includes/functions_newpost.php, find:

if (substr(strtolower($posttitle), 0, 3) != 're:')

Above it add:

$posttitle = unhtmlspecialchars($posttitle);