Fixed two bugs in paginator: noisy warning when rows run out and empty strings not being treated as valid from formatting functions
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>