aboutsummaryrefslogtreecommitdiff
path: root/src/bdrem/WebText.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdrem/WebText.php')
-rw-r--r--src/bdrem/WebText.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bdrem/WebText.php b/src/bdrem/WebText.php
index aaace51..fe2e5dc 100644
--- a/src/bdrem/WebText.php
+++ b/src/bdrem/WebText.php
@@ -7,6 +7,7 @@ class WebText extends Web
{
header('Content-type: text/plain; charset=utf-8');
$r = new Renderer_Console();
+ $r->ansi = false;
echo $r->render($arEvents);
}
}