[Pmwiki-users] Wiki HTML validation issues
Patrick R. Michaud
pmichaud
Fri Mar 12 09:23:54 CST 2004
On Wed, Mar 10, 2004 at 04:47:18PM +1300, Robin Sheat wrote:
> I notice that my PmWiki 0.6.something install will no longer validate.
> however, I don't know the HTML transitional grammar so well, however it
> seems that the main PmWiki site has similar errors.
Really? Which page(s)? I'm trying to eliminate the errors.
> The only one of these that isn't in the PmWiki site is:
> ...ns/pmwiki/pmwiki-32.gif' alt='Robin's Wiki' border='0' /></a></div>
> It doesn't like the "'" in "Robin's", which is fair enough. How should
> This be dealt with? I have tried making it \', but the validator still
> doesn't like it (it then also shows a \ in the title, which I don't
> want)
Try using " in the $WikiTitle instead of ', as in:
$WikiTitle = 'Robin"s Wiki';
Pm
More information about the pmwiki-users
mailing list