Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

One little adjustment to make it W3C Validation compatible

oliverraduneroliverraduner Contributing to Vanilla since 2010Switzerland ✭✭
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.