removing spaces
authorJoshua Rüsweg <josh@joshsboard.de>
Tue, 2 Jul 2013 14:57:42 +0000 (16:57 +0200)
committerJoshua Rüsweg <josh@joshsboard.de>
Tue, 2 Jul 2013 14:57:42 +0000 (16:57 +0200)
wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php

index 4b30ef3b4b741e117d9cc48586f28a163c6040bc..77afcceab597e9844fcf111857ffdc82c795ad44 100644 (file)
@@ -61,7 +61,7 @@ abstract class AbstractContentDashboardBox implements IDashboardBox {
                
                return WCF::getTPL()->fetch($this->templateName);
        }
-        
+       
        /**
         * Calls the 'fetched' event after the successful call of the init method.
         * This functions won't called automatically. You must do this manually, if you inherit AbstractContentDashboardBox.
@@ -70,7 +70,7 @@ abstract class AbstractContentDashboardBox implements IDashboardBox {
                // fire event
                EventHandler::getInstance()->fireAction($this, 'fetched');
        }
-        
+       
        /**
         * Renders box view.
         *