From a5c1e24a78ca7642c45a1e90db8f12a85cae20e7 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 12 Feb 2019 16:10:31 +0100 Subject: [PATCH] Revert commit 34a50af358e1a6a6fb33da1789e05966ddf50aad --- api/src/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Html.php b/api/src/Html.php index 9d20c0ba62..a1a69a4b21 100644 --- a/api/src/Html.php +++ b/api/src/Html.php @@ -111,7 +111,7 @@ class Html $match[4] = ">"; } //error_log(__METHOD__.__LINE__.array2string($match)); - return $match[1] == "" ? "" : $match[1].""."www".$match[2].$match[3]."".$match[4]; + return $match[1].""."www".$match[2].$match[3]."".$match[4]; }, $result3 ); } return $result4;