pubPagerplus xhtml-fix
Brought to you by:
jornlind
You are using the following strings:
$prev = isset($args['prev']) ? $args['prev'] : "<";
$first= isset($args['first']) ? $args['first'] : "|<";
$next = isset($args['next']) ? $args['next'] : ">";
$last = isset($args['last']) ? $args['last'] : ">|";
Could you please change it for the future to enities?
$prev = isset($args['prev']) ? $args['prev'] : "<";
$first= isset($args['first']) ? $args['first'] : "|<";
$next = isset($args['next']) ? $args['next'] : ">";
$last = isset($args['last']) ? $args['last'] : ">|";
by the way:
I would be nice, if the plugin creates ul/li-lists instead of anchor-tags inside a paragraph.
Thanks,
Carsten Volmer