summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-23 02:48:25 -0700
committerMatt Perry <matt@mattperry.com>2013-08-23 02:48:25 -0700
commit089c81d581a43ab1cdf04ea3e7b22ce76e47ad48 (patch)
tree246fadba195b199cb2a172c06a8f32db8ccdeff3 /lib/tpl
parent403ad0ff241a88ebf7ae9ef4365b484e82069e78 (diff)
downloadrpg-089c81d581a43ab1cdf04ea3e7b22ce76e47ad48.tar.gz
rpg-089c81d581a43ab1cdf04ea3e7b22ce76e47ad48.tar.bz2
Fix CodeSniffer violations for PHP files
Fix violations for Zend.Files.ClosingTag.NotAllowed
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/dokuwiki/tpl_footer.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/tpl_footer.php b/lib/tpl/dokuwiki/tpl_footer.php
index b7dc9c631..00417de9c 100644
--- a/lib/tpl/dokuwiki/tpl_footer.php
+++ b/lib/tpl/dokuwiki/tpl_footer.php
@@ -29,4 +29,5 @@ if (!defined('DOKU_INC')) die();
</div>
</div></div><!-- /footer -->
-<?php tpl_includeFile('footer.html') ?>
+<?php
+tpl_includeFile('footer.html');