--- includes/coder_style.inc.orig 2008-10-23 11:22:18.000000000 +0200 +++ includes/coder_style.inc 2008-11-21 23:01:41.000000000 +0100 @@ -164,6 +164,8 @@ function coder_style_reviews() { * Define the rule callbacks for style. */ function _coder_style_closing_php_callback(&$coder_args, $review, $rule, $lines, &$results) { + if (preg_match('/.tpl.php$/', $coder_args['#filename'])) + return; for ($lineno = -1; $last = array_slice($lines, $lineno); $lineno --) { $lastline = $last[0][0]; if (preg_match('/\S/', $lastline)) {