diff --git a/blocks/html/cemeteries/cemeteryInfo.inc b/blocks/html/cemeteries/cemeteryInfo.inc
index 6af5a8b..f57abd1 100644
--- a/blocks/html/cemeteries/cemeteryInfo.inc
+++ b/blocks/html/cemeteries/cemeteryInfo.inc
@@ -18,11 +18,7 @@ if (userIsAllowed('Sections')) {
$name = View::escape($this->cemetery->getName());
echo "
$name
-$addButton Sections
-";
- include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
-echo "
-
+$addButton Sections
";
+include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
diff --git a/blocks/html/cemeteries/cemeteryList.inc b/blocks/html/cemeteries/cemeteryList.inc
index 513fa45..01b67fb 100644
--- a/blocks/html/cemeteries/cemeteryList.inc
+++ b/blocks/html/cemeteries/cemeteryList.inc
@@ -17,7 +17,6 @@
}
?>
Cemeteries
-
cemeteryList as $cemetery) {
@@ -40,4 +39,5 @@
}
?>
-
\ No newline at end of file
+
+
diff --git a/blocks/html/interments/intermentList.inc b/blocks/html/interments/intermentList.inc
index 2cbe172..b03b57e 100644
--- a/blocks/html/interments/intermentList.inc
+++ b/blocks/html/interments/intermentList.inc
@@ -25,7 +25,6 @@ $return_url = $url->__toString();
}
?>
Interments
-
@@ -97,4 +96,6 @@ $return_url = $url->__toString();
array('pages'=>$this->intermentList->getPaginator()->getPages()));
echo $pageNavigation->render('html');
}
-?>
\ No newline at end of file
+
+ include APPLICATION_HOME.'/blocks/html/serviceButtons.inc';
+?>