Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

One little adjustment to make it W3C Validation compatible

oliverraduneroliverraduner ✭✭
edited July 2010 in Vanilla 1.0 Help
Hi there,

In order that your plugin makes a Vanilla forum not invalid to the W3C-standards, you need to make one little change on the line:
"plugins/VanillaOnSteroids/static.php?group=core&mtime="
You should use an encoded ampersand, like this:
"plugins/VanillaOnSteroids/static.php?group=core& amp; mtime="
(without space, of course)

Cheers,
Oliver
Tagged:
Sign In or Register to comment.