includepollresults.php
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper();
should be
// Grab the tablewrapper
list($tbopen,$tbclose) = $html -> table_wrapper("full");
otherwise if the width set up in pixels not percents, poll results table would stretch the forum layout rather unexpectedly.