Need help with XHTML compliance
-
I am using the OneYearAgo plugin.
When used normally I get the validation error:
an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
Example:
The relevant code in the plugin is this:
if ($i <= $limit) {
if (1 < $i && $i != $limit) $output .= ”;
if (1 < $i && $i == $limit) $output .= ”;
$output .= “ID).” rel=\”bookmark\” title=\”Permanent Link to $entry->post_title\”>•?$entry->post_title“;
$i++;When I change it to
“ID).\” rel=\”bookmark\” title=\”Permanent Link to $entry->post_title\”>•?$entry->post_title“;
it vaildates all right, but the output becomes
What should I do?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need help with XHTML compliance’ is closed to new replies.