Added information about setting directory access rights for /engine/cache. Fixed size issue with GitHub avatars when using default avatar.

This commit is contained in:
Kuzirashi
2014-05-16 23:08:35 +02:00
parent e53d0aebda
commit 56d62cc443
2 changed files with 3 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ if(!function_exists('curl_version')) { // If CURL isn't enabled show default ver
echo '<div class="contributor">
<a href="' . $contributor['html_url'] . '">
<img src="' . $contributor['avatar_url'] . 'size=80" /><br/>
<img src="' . $contributor['avatar_url'] . 'size=80" style="width: 80px; height: 80px" /><br/>
<span>' . $contributor['login'] . '</span>
</a>
</div>';