I'm not sure but could this be not closed tag in functions_forumdisplay.php? If so open this file with some text editor (may be notepad) search for:
and check it out, it should be:
Code:
$thread['title_editable'] = '<a rel="vB::AJAX"></a>';
Code:
$thread['openclose_editable'] = '<a rel="vB::AJAX"></a>';
if it's not, then change it to the correct form, or if you have no customized functions_forumdisplay.php file then just overwrite it with the default one.