[geeklog-cvs] geeklog: DIV tag wasn't closed - typo

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 16 13:49:01 EDT 2010


changeset 7938:dfbd40194f57
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/dfbd40194f57
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 16 19:43:27 2010 +0200
description:
DIV tag wasn't closed - typo

diffstat:

 public_html/layout/professional/loginform_openid.thtml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 8af2b11b1030 -r dfbd40194f57 public_html/layout/professional/loginform_openid.thtml
--- a/public_html/layout/professional/loginform_openid.thtml	Sun May 16 09:58:48 2010 +0200
+++ b/public_html/layout/professional/loginform_openid.thtml	Sun May 16 19:43:27 2010 +0200
@@ -3,5 +3,5 @@
     <b><label for="identity_url">{lang_openid_login}</label></b><br{xhtml}>
     <input name="identity_url" id="identity_url" style='background: url("{site_url}/images/openid_login_icon.png") no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px;font-family:monospace;font-size:10px' value="http://" size="{input_field_size}"{xhtml}>
     <input src="{site_url}/images/right_arrow.png" style="padding:1px;margin-bottom:-5px;height:16px;width:16px;border:1px" type="image"{xhtml}>
-  <div>
+  </div>
 </form>



More information about the geeklog-cvs mailing list