Index: templates/mirrors.pt
===================================================================
--- templates/mirrors.pt	(revision 896)
+++ templates/mirrors.pt	(working copy)
@@ -5,9 +5,9 @@
       metal:use-macro="standard_template/macros/page">
       <metal:fill fill-slot="body">
 
- <p>The PyPI repository provides alternative locations that stores the packages.
+ <p>The PyPI repository provides alternative locations that store the packages.
  This service is primarily intended to be used by automated download tools
- (such as setuptools or pip); ask your tool vendor to make use of this infratructure.
+ (such as setuptools or pip); ask your tool vendor to make use of this infrastructure.
  </p>
  <p>You can also manually point these tools to mirrors, or use them in the
  web browser, by using one of these host names instead of pypi.python.org:</p>
Index: templates/register.pt
===================================================================
--- templates/register.pt	(revision 896)
+++ templates/register.pt	(working copy)
@@ -93,7 +93,7 @@
     <p tal:condition="not:data/new_user">Claim OpenID, either from one of these providers:
      <tal:block tal:repeat="prov data/providers">
       <a tal:attributes="href prov/claim">
-       <img tal:attributes="src prov/favicon; title prov/title"/>
+       <img tal:attributes="src prov/favicon; title prov/title; alt prov/title"/>
       </a>
      </tal:block>
     or enter your ID explicitly:
Index: templates/standard_template.pt
===================================================================
--- templates/standard_template.pt	(revision 896)
+++ templates/standard_template.pt	(working copy)
@@ -22,7 +22,7 @@
 
        <metal:slot define-slot="head" />
 
-       <style type="text/css" rel="stylesheet">
+       <style type="text/css">
        </style>
     </head>
     <body>
@@ -129,7 +129,7 @@
 		    <li>Use <a tal:attributes="href string:${app/url_path}?:action=openid">OpenID</a>
                       <tal:block tal:repeat="prov data/providers">
 			<a tal:attributes="href prov/login">
-                       <img tal:attributes="src prov/favicon; title prov/title"/>
+                       <img tal:attributes="src prov/favicon; title prov/title; alt prov/title"/>
 			</a>
                       </tal:block>
                     </li>
