Some random URL protocol forcing for protocol-relative URLs
[lhc/web/wiklou.git] / includes / parser / Preprocessor_DOM.php
index 48c2345..5b79876 100644 (file)
@@ -956,8 +956,7 @@ class PPFrame_DOM implements PPFrame {
                        return $root;
                }
 
-               if ( ++$this->parser->mPPNodeCount > $this->parser->mOptions->getMaxPPNodeCount() )
-               {
+               if ( ++$this->parser->mPPNodeCount > $this->parser->mOptions->getMaxPPNodeCount() ) {
                        return '<span class="error">Node-count limit exceeded</span>';
                }