fixed irc chat...IT WORKS!
This commit is contained in:
parent
2ab37d3dbf
commit
11267085bf
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue