New issue report by livibetter:
Which project?
OTD WP
Report source:
Hi Yu-Jie Lin,
I'm using Wordpress for years and recently found your OnThisDay plugin.
It is great! Thank you!
But I am a XHTML valid code maniac, so pls find here a short fix for the
latest version of your plugin that it generate valid XHTML code:
In the OTDAddJS() function (row 249) just fix the ampersands in URLs ;-)
The line:
$datePermstruct = '/?year=%year%&monthnum=%monthnum%&day=%day%';
should become:
$datePermstruct = '/?year=%year%&monthnum=%monthnum%&day=%day%';
I fixed it for myself but it will be great and easy for me and other
users if the mainstream code is OK!
Once again - congratulations for the great plugin!!
Issue attributes:
Status: Started
Owner: livibetter
Labels: Type-Defect Priority-Medium OpSys-All P-OnThisDayWP
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by livibetter:
(No comment was entered for this change.)
Issue attribute updates:
Status: Fixed
Labels: Milestone-Release0.6.1