summaryrefslogtreecommitdiff
path: root/themes/minimal/templates
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-03-31 14:34:32 +0100
committerGreg Roach <fisharebest@gmail.com>2014-03-31 14:34:32 +0100
commit700aafa1785364b729ef9c369e059d31001209b2 (patch)
treea02e0111a1a922a5d9c6d906a8f3d67a7c4737c8 /themes/minimal/templates
parent3a1be7e2d05e1bb9c354ec3486e84201b6d74cb8 (diff)
downloadwebtrees-700aafa1785364b729ef9c369e059d31001209b2.tar.gz
webtrees-700aafa1785364b729ef9c369e059d31001209b2.tar.bz2
webtrees-700aafa1785364b729ef9c369e059d31001209b2.zip
Remove redundant closing php tags
Diffstat (limited to 'themes/minimal/templates')
-rw-r--r--themes/minimal/templates/compactbox_template.php2
-rw-r--r--themes/minimal/templates/personbox_template.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/minimal/templates/compactbox_template.php b/themes/minimal/templates/compactbox_template.php
index cccb992fa3..438c2b1eab 100644
--- a/themes/minimal/templates/compactbox_template.php
+++ b/themes/minimal/templates/compactbox_template.php
@@ -53,4 +53,4 @@ echo '<div id="out-', $boxID ,'" ', $outBoxAdd, '>
</div>';
// end of zoom view
echo '</div>';
-?>
+
diff --git a/themes/minimal/templates/personbox_template.php b/themes/minimal/templates/personbox_template.php
index 4b6faa8c43..7eeebf86b1 100644
--- a/themes/minimal/templates/personbox_template.php
+++ b/themes/minimal/templates/personbox_template.php
@@ -46,4 +46,4 @@ echo '<div id="out-',$boxID,'" ',$outBoxAdd,'>
<div id="LOADING-inout-',$boxID,'">',WT_I18N::translate('Loading…'),'</div>
</div>
</div>';
-?>
+