Hi, While I was looking around the files, I found that the files contains unwanted trailing "\n". The files should end with "?>" and not "?>\n".
If we have a trailing \n, php will send a "\n" as a content, and this cause some functions such as header(), won't work properly. Another style may be a Zend Framework style that doesn't have ending "?>". http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html#coding-standard.php-file-formatting.general Can I ask someone to rewrite for this work? or, I'd like to do the work directly if I could have a permission to access to the repository.
