diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php
index 0ea5159e3f..828ba9f44c 100644
--- a/module/bug/view/edit.html.php
+++ b/module/bug/view/edit.html.php
@@ -43,13 +43,13 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
diff --git a/module/common/view/footer.html.php b/module/common/view/footer.html.php
index d7d1d9b834..f802d2f2e5 100755
--- a/module/common/view/footer.html.php
+++ b/module/common/view/footer.html.php
@@ -85,5 +85,6 @@ $extHookRule = $extPath . 'footer.*.hook.php';
$extHookFiles = glob($extHookRule);
if($extHookFiles) foreach($extHookFiles as $extHookFile) include $extHookFile;
?>
+