Code style
authorAlexander Ebert <ebert@woltlab.com>
Fri, 29 Mar 2019 14:35:15 +0000 (15:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 29 Mar 2019 14:35:15 +0000 (15:35 +0100)
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php

index 4ebe95767d4729b25e432e6eb92e63b1a5eac45f..dea9841fe17a1ea8984722e9cee03b1c44b959ea 100644 (file)
@@ -167,7 +167,6 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor {
                // extract embedded content
                $this->processEmbeddedContent();
                
-               
                EventHandler::getInstance()->fireAction($this, 'afterProcess');
        }