Merge pull request #54 from christopherdarling/master

Removed whitespace, fixes #53
This commit is contained in:
Will Rossiter 2013-05-10 00:16:12 -07:00
commit a117b6376d

View File

@ -1,4 +1,3 @@
<?php
/**
* Add this to ContentController to enable widgets
@ -63,4 +62,4 @@ class WidgetContentControllerExtension extends Extension {
return $widget->getController();
}
}
}