gitblog
gitblog copied to clipboard
short open tags
I wanted to install this gitblog. But when i opened /my-blog/gitblog a blank page appeared.
The problem is short open tags are used eg. <?
I fixed the problem turning on the short_open_tags option in my php.ini
The whole project should probably use <?php instead of <? for better compatibility.
I created a pull request over here for a notice in the README file