fix html validation problems
authorChristian Weiske <cweiske@cweiske.de>
Mon, 17 Sep 2012 21:15:35 +0000 (23:15 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 17 Sep 2012 21:15:35 +0000 (23:15 +0200)
data/templates/login.htm

index 418432e35dfb30a712e6e4c30be072d5276954a0..b02503f56aba7938ba4123eaf9055558fc6cf668 100644 (file)
   <div id="openid_choice" style="display: block; ">
     <p>Please choose your account provider</p>
     <div id="openid_btns">
-      <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id&start=submit" class="google openid_large_btn"></a>
-      <a title="Yahoo" href="/login?openid_url=http://yahoo.com&start=submit" class="yahoo openid_large_btn"></a>
+      <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id&amp;start=submit" class="google openid_large_btn"></a>
+      <a title="Yahoo" href="/login?openid_url=http://yahoo.com&amp;start=submit" class="yahoo openid_large_btn"></a>
     </div>
     <div id="openid_input_area">
       <p>or enter your OpenID URL.</p>
-      <input class="" id="openid_url" type="text" name="openid_url" value="http://">
-      <input class="btn" id="openid_submit" type="submit" value="Sign-In">
+      <input id="openid_url" type="text" name="openid_url" value="http://" />
+      <input class="btn" id="openid_submit" type="submit" value="Sign in" />
     </div>
   </div>
 </fieldset>