http://www.perlmonks.org?node_id=207561


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

This is the refresh meta tag as it is now:
<meta http-equiv="refresh" content="12; url='/index.pl?displaytype=ra +w&node_id=3200'" />
According to several tutorials I found, one shouldn't put those single quotes around the URL, for example Webmonkey and indiana.edu.

So this tag should really look like:

<meta http-equiv="refresh" content="12; url=/index.pl?displaytype=raw +&node_id=3200" />
At least merlyn's browser falls over the presence of that opening single quote.