]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/channel.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / lib / channel.php
index ae9b2d214f602e8b68a35feeedeaa4bf2655f37f..e5e8eaa0f5a2da9e9dc675dd386ac2eed010472a 100644 (file)
@@ -95,9 +95,9 @@ class WebChannel extends Channel
 
     function output($user, $text)
     {
-        # XXX: buffer all output and send it at the end
-        # XXX: even better, redirect to appropriate page
-        #      depending on what command was run
+        // XXX: buffer all output and send it at the end
+        // XXX: even better, redirect to appropriate page
+        //      depending on what command was run
         $this->out->startHTML();
         $this->out->elementStart('head');
         // TRANS: Title for command results.