summaryrefslogtreecommitdiffstats
path: root/templates/public
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/developer_list.html2
-rw-r--r--templates/public/donate.html24
-rw-r--r--templates/public/download.html2
3 files changed, 14 insertions, 14 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 8d1c5be..c294dc7 100644
--- a/templates/public/developer_list.html
+++ b/templates/public/developer_list.html
@@ -9,7 +9,7 @@
{% for dev in dev_list %}
<tr>
<td class="devpic">
- <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black">
+ <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black" alt="Image for {{ dev.get_profile.alias }}"/>
</td><td>
<a name="{{ dev.first_name }}{{ dev.last_name.0|capfirst}}" />
{% autoescape off %}
diff --git a/templates/public/donate.html b/templates/public/donate.html
index 263fede..2bb447a 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -17,18 +17,18 @@
<div style="text-align:center">
<!-- paypal code -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="aaronmgriffin@gmail.com">
- <input type="hidden" name="currency_code" value="USD">
- <input type="hidden" name="tax" value="0">
- <input type="hidden" name="lc" value="US">
- <input type="hidden" name="bn" value="PP-DonationsBF">
- <input type="hidden" name="item_name" value="Arch Linux Donation">
- <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg">
- <input type="hidden" name="no_shipping" value="1">
- <input type="hidden" name="cn" value="Suggestions/Comments">
- <input type="hidden" name="no_note" value="1">
- <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none">
+ <input type="hidden" name="cmd" value="_xclick"/>
+ <input type="hidden" name="business" value="aaronmgriffin@gmail.com"/>
+ <input type="hidden" name="currency_code" value="USD"/>
+ <input type="hidden" name="tax" value="0"/>
+ <input type="hidden" name="lc" value="US"/>
+ <input type="hidden" name="bn" value="PP-DonationsBF"/>
+ <input type="hidden" name="item_name" value="Arch Linux Donation"/>
+ <input type="hidden" name="image_url" value="/logos/arch-paypal.jpg"/>
+ <input type="hidden" name="no_shipping" value="1"/>
+ <input type="hidden" name="cn" value="Suggestions/Comments"/>
+ <input type="hidden" name="no_note" value="1"/>
+ <input type="image" src="https://www.paypal.com/images/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: transparent; border: none"/>
</form>
</div>
<br />
diff --git a/templates/public/download.html b/templates/public/download.html
index 4790dbc..ce3f4ce 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -77,7 +77,7 @@
Purchase CD from OSDisc</a>
</td></tr>
<tr><td>
- <a href="http://www.shoplinuxonline.com/index.php?main_page=index&cPath=1_46&zenid=ecd15b48affe8976130bc575c1276ee4">
+ <a href="http://www.shoplinuxonline.com/index.php?main_page=index&amp;cPath=1_46&amp;zenid=ecd15b48affe8976130bc575c1276ee4">
Purchase CD from Shop Linux Online</a>
</td></tr>
</table>