mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2025-03-01 16:04:46 -05:00
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:
parent
f52fcbee56
commit
5ea3d9a892
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue