diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-09-17 23:15:35 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-09-17 23:15:35 +0200 |
| commit | ec100647ebe4c913ec261fddcab5004114fb5a66 (patch) | |
| tree | e7457a81c0c265cea74c2f9eba330858e514ee9b /data | |
| parent | 2017065c9b89d4f435e86d03d28c219edcdf5bf9 (diff) | |
| download | phorkie-ec100647ebe4c913ec261fddcab5004114fb5a66.tar.gz phorkie-ec100647ebe4c913ec261fddcab5004114fb5a66.zip | |
fix html validation problems
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/login.htm | 8 |
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&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> </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> |
