X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fchannel.php;h=e5e8eaa0f5a2da9e9dc675dd386ac2eed010472a;hb=13c331fa8152f11a811d2ff66210b3298bc21ada;hp=ae9b2d214f602e8b68a35feeedeaa4bf2655f37f;hpb=1513b8eeb921538e4e342c2c6d64b2c0d1aed2dd;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.