in reply to Re: •Re: Tweaks Made to FullPage Chat
in thread Tweaks Made to FullPage Chat

So this tag should really look like:
<meta http-equiv="refresh" content="12; url=/index.pl?displaytype=raw +&node_id=3200" />
No, it should really be:
<meta http-equiv="refresh" content="12; url=/index.pl?displaytype=raw +&amp;node_id=3200" />
You forgot the HTML escaping step. Just like most of Everything2 does, last time I looked. And it's all broken.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.