X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fchannel.php;h=e5e8eaa0f5a2da9e9dc675dd386ac2eed010472a;hb=d5d806863240379fe23e081c75097ddee53babec;hp=ae9b2d214f602e8b68a35feeedeaa4bf2655f37f;hpb=99194e03fa50b61f99164674afc949b4bbefd44a;p=quix0rs-gnu-social.git diff --git a/lib/channel.php b/lib/channel.php index ae9b2d214f..e5e8eaa0f5 100644 --- a/lib/channel.php +++ b/lib/channel.php @@ -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.