From: Tony Baldwin Date: Fri, 2 Mar 2012 23:21:37 +0000 (-0500) Subject: fixed irc chat...IT WORKS! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=11267085bf600f518e169bfc591c65b869462c5e;p=friendica-addons.git fixed irc chat...IT WORKS! --- diff --git a/irc/irc.php b/irc/irc.php index fa90029b..139c5e61 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -33,8 +33,12 @@ $o = ''; // add the chatroom frame and some html - $o .= '

IRC chat

'; - $o .= '' + $o .= <<< EOT +

IRC chat

+ +EOT; + +return $o; }