From 57eacfb953c6b3a7ad384f547a5b6cbabe7da781 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Mon, 1 Nov 2021 21:14:07 +0300 Subject: [PATCH] Remove redundant blank lines --- src/mibew/libs/common/string.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mibew/libs/common/string.php b/src/mibew/libs/common/string.php index b4e1597d..84d765b3 100644 --- a/src/mibew/libs/common/string.php +++ b/src/mibew/libs/common/string.php @@ -90,10 +90,8 @@ function sanitize_string($string, $tags_level = 'high', $attr_level = 'high') $replacement, $string ); - } } - } return $string;