]> git.mxchange.org Git - friendica-addons.git/commitdiff
fixed irc chat...IT WORKS!
authorTony Baldwin <tony@baldwinsoftware.com>
Fri, 2 Mar 2012 23:21:37 +0000 (18:21 -0500)
committerTony Baldwin <tony@baldwinsoftware.com>
Fri, 2 Mar 2012 23:21:37 +0000 (18:21 -0500)
irc/irc.php

index fa90029b670737aacdf4589e5013fa0b74f33da4..139c5e61cb0abc5d634e073a1c79ef60f32aecfc 100644 (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;
     
 }