summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/service/renderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/service/renderer.php b/application/service/renderer.php
index c8643d53f..6f57e7458 100644
--- a/application/service/renderer.php
+++ b/application/service/renderer.php
@@ -38,7 +38,7 @@ class renderer {
if ($lexer == "ascii") {
// TODO: use exec safe and catch exception
- $ret = (new \libraries\ProcRunner(array('ansi2html', '-p')))
+ $ret = (new \libraries\ProcRunner(array('ansi2html', '-p', '-m')))
->input($content)
->forbid_stderr()
->exec();