fixed irc chat...IT WORKS!

This commit is contained in:
Tony Baldwin 2012-03-02 18:21:37 -05:00
parent 2ab37d3dbf
commit 11267085bf
1 changed files with 6 additions and 2 deletions

View File

@ -33,8 +33,12 @@ $o = '';
// add the chatroom frame and some html
$o .= '<h2>IRC chat</h2>';
$o .= '<iframe src=\"http://webchat.freenode.net?channels=friendica\" width=\"600\" height=\"800\"></iframe>'
$o .= <<< EOT
<h2>IRC chat</h2>
<iframe src="http://webchat.freenode.net?channels=friendica" width="600" height="800"></iframe>
EOT;
return $o;
}