Menu

#69 pgarchive: missing call of pnVarPrepForDisplay()

open
nobody
None
5
2005-08-15
2005-08-15
No

Hello,

in the plugin-file "function.pgarchive_datePager.php"
you define the function "pgarchiveDatePagerUrl($month,
$year)".

Its ends with the following line:
[line 85:] return pnModUrl('pgarchive', 'user', $func,
$args);

this should better be something like:
[line 85] return
pnVarPrepForDisplay(pnModUrl('pgarchive', 'user',
$func, $args));

this avoids some xHTML or HTML-validation-errors, as it
enables postnuke to change the '&'-delimiters into '&
amp;', which complies with W3C-standards.

Discussion


Log in to post a comment.