for aesthetic reasons, reduced size of IRC chat window

This commit is contained in:
Tony Baldwin 2012-03-02 18:25:34 -05:00
parent 11267085bf
commit 2b876524a5
1 changed files with 1 additions and 1 deletions

View File

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