Menu

#129 pubPagerplus xhtml-fix

open
nobody
5
2007-02-27
2007-02-27
No

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'] : "&lt;";
$first= isset($args['first']) ? $args['first'] : "|&lt;";
$next = isset($args['next']) ? $args['next'] : "&gt;";
$last = isset($args['last']) ? $args['last'] : "&gt;|";

by the way:
I would be nice, if the plugin creates ul/li-lists instead of anchor-tags inside a paragraph.

Thanks,
Carsten Volmer

Discussion


Log in to post a comment.