Fix "Donate" link

The Donate link at the bottom of every is broken. It should be "a href" instead of "a hred".
This commit is contained in:
Hamish752 2016-01-01 23:08:17 +10:30
parent f52fcbee56
commit 5ea3d9a892

View file

@ -221,7 +221,7 @@ foreach ( $footerlinks as $aLink ) {
<li><a href = "http://scratch.mit.edu/help/faq/">FAQ</a></li>
<li><a href = "http://scratch.mit.edu/scratch2download/">Offline Editor</a></li>
<li><a href = "http://scratch.mit.edu/contact-us/">Contact Us</a></li>
<li><a hred = "https://secure.donationpay.org/codetolearn/">Donate</a></li>
<li><a href = "https://secure.donationpay.org/codetolearn/">Donate</a></li>
</ul>
</li>
<li>