From b46bdfea94ccb27d99289dc9e371848008f4195c Mon Sep 17 00:00:00 2001 From: horst-n Date: Mon, 29 Apr 2019 19:29:53 +0200 Subject: [PATCH] updated font-family with more monospace fonts --- wire/core/Pageimage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Pageimage.php b/wire/core/Pageimage.php index f3da00e3..fcf16c48 100644 --- a/wire/core/Pageimage.php +++ b/wire/core/Pageimage.php @@ -2033,7 +2033,7 @@ class Pageimage extends Pagefile { $content = str_replace(array('
', '
'), '', $content); if(isset($_SERVER['HTTP_HOST'])) { // build output for HTML - $return = "
{$content}
"; + $return = "
{$content}
"; } else { // output for Console $return = $content;