summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-23 05:56:56 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-23 05:56:56 -0700
commitce5e852908a745e41536081ceb92448a0322e0a9 (patch)
treec63b0f6b04be729219cd79b0f023d7c0c18942ab /lib
parente5f74061b4adda0d5dd9d97671ed4465c0f7e9a0 (diff)
parent089c81d581a43ab1cdf04ea3e7b22ce76e47ad48 (diff)
downloadrpg-ce5e852908a745e41536081ceb92448a0322e0a9.tar.gz
rpg-ce5e852908a745e41536081ceb92448a0322e0a9.tar.bz2
Merge pull request #316 from mperry2/cs-closingtag
Fix CodeSniffer violations for Zend.Files.ClosingTag.NotAllowed
Diffstat (limited to 'lib')
-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');