aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/index.php4
-rw-r--r--phpBB/adm/style/acp_attachments.html4
-rw-r--r--phpBB/adm/style/acp_ban.html3
3 files changed, 5 insertions, 6 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 96ee629a4d..e69e83d041 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -77,8 +77,8 @@ $module->load_active();
adm_page_header($module->get_page_title());
$template->set_filenames(array(
- 'body' => $module->get_tpl_name())
-);
+ 'body' => $module->get_tpl_name(),
+));
adm_page_footer();
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html
index dd1374fee4..a002ad19ac 100644
--- a/phpBB/adm/style/acp_attachments.html
+++ b/phpBB/adm/style/acp_attachments.html
@@ -216,7 +216,7 @@
</p>
{S_FORM_TOKEN}
</fieldset>
-
+
</form>
<!-- ELSE -->
@@ -373,4 +373,4 @@
<!-- ENDIF -->
-<!-- INCLUDE overall_footer.html -->
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 85b8acc393..acb6e46df1 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -119,7 +119,6 @@
<!-- ENDIF -->
-
</form>
-<!-- INCLUDE overall_footer.html -->
+<!-- INCLUDE overall_footer.html --> \ No newline at end of file