diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-23 05:56:56 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-23 05:56:56 -0700 |
commit | ce5e852908a745e41536081ceb92448a0322e0a9 (patch) | |
tree | c63b0f6b04be729219cd79b0f023d7c0c18942ab | |
parent | e5f74061b4adda0d5dd9d97671ed4465c0f7e9a0 (diff) | |
parent | 089c81d581a43ab1cdf04ea3e7b22ce76e47ad48 (diff) | |
download | rpg-ce5e852908a745e41536081ceb92448a0322e0a9.tar.gz rpg-ce5e852908a745e41536081ceb92448a0322e0a9.tar.bz2 |
Merge pull request #316 from mperry2/cs-closingtag
Fix CodeSniffer violations for Zend.Files.ClosingTag.NotAllowed
-rw-r--r-- | lib/tpl/dokuwiki/tpl_footer.php | 3 |
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'); |