diff options
author | Arun Persaud <arun@nubati.net> | 2010-10-11 20:52:09 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-10-11 20:53:50 -0700 |
commit | 787e92af6d8af34b9f7b73b80b81346a8ed43888 (patch) | |
tree | c8cd75b35e7f6bd1d98a5e54647ac2d62091320d /include/welcome.php | |
parent | f99c17830bcf298a9b05d04a48f9c1b6548a231b (diff) | |
download | e-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.tar.gz e-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.tar.bz2 e-DoKo-787e92af6d8af34b9f7b73b80b81346a8ed43888.zip |
BUGFIX: fixed some html validation errors
Diffstat (limited to 'include/welcome.php')
-rw-r--r-- | include/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/welcome.php b/include/welcome.php index cb601e3..d5c3738 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -99,7 +99,7 @@ if($done==0) <?php if($OPENIDPATH) {?> - <hr> + <hr /> <p> Have an OpenID account? Sign in below <br /> <input type="text" id="openid_url" name="openid_url" size="20" maxlength="50" /> <input type="submit" class="submitbutton" name="login" value="Sign in" /><br /> |