aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-17 23:15:35 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-17 23:15:35 +0200
commitec100647ebe4c913ec261fddcab5004114fb5a66 (patch)
treee7457a81c0c265cea74c2f9eba330858e514ee9b /data
parent2017065c9b89d4f435e86d03d28c219edcdf5bf9 (diff)
downloadphorkie-ec100647ebe4c913ec261fddcab5004114fb5a66.tar.gz
phorkie-ec100647ebe4c913ec261fddcab5004114fb5a66.zip
fix html validation problems
Diffstat (limited to 'data')
-rw-r--r--data/templates/login.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/templates/login.htm b/data/templates/login.htm
index 418432e..b02503f 100644
--- a/data/templates/login.htm
+++ b/data/templates/login.htm
@@ -15,13 +15,13 @@
<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>