summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/HTMLParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTMLParser.php b/src/HTMLParser.php
index 903e466..6f76a25 100644
--- a/src/HTMLParser.php
+++ b/src/HTMLParser.php
@@ -213,7 +213,7 @@ class HTMLParser
$html = mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8');
}
- if($this->getConfig()->getOption('summonCthulhu')){
+ if ($this->getConfig()->getOption('summonCthulhu')) {
$html = preg_replace('/<script\b[^>]*>([\s\S]*?)<\/script>/', '', $html);
}