Removed whitespace fixes #53

This commit is contained in:
Christopher Darling 2013-05-09 18:14:28 +02:00
parent e9ff9d64e1
commit 2ad1339c47
1 changed files with 1 additions and 2 deletions

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();
}
}
}