$bug"; } return join(',', $ans); } $clog = htmlentities(file_get_contents($globals->spoolroot.'/ChangeLog')); $clog = preg_replace('!(#[0-9]+(,[0-9]+)*)!e', 'bugize("\1")', $clog); $page->assign('ChangeLog', $clog); $page->run(); ?>