[cc-commits] [CC SVN] r14091 - ccwordpress/trunk/www/wp-content/themes/cc5
webmaster at creativecommons.org
webmaster at creativecommons.org
Wed Feb 10 17:57:17 EST 2010
Author: bse
Date: 2010-02-10 22:57:17 +0000 (Wed, 10 Feb 2010)
New Revision: 14091
Modified:
ccwordpress/trunk/www/wp-content/themes/cc5/comments.php
Log:
Added a missing </small> that was affecting page rendering.
Modified: ccwordpress/trunk/www/wp-content/themes/cc5/comments.php
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc5/comments.php 2010-02-10 21:34:41 UTC (rev 14090)
+++ ccwordpress/trunk/www/wp-content/themes/cc5/comments.php 2010-02-10 22:57:17 UTC (rev 14091)
@@ -87,7 +87,7 @@
<p><input type="text" name="openid_identifier" id="openid_identifier" /><label for="openid_identifier"><small>OpenID URL</small></label></p>
-<p><small>Name and Mail are not required fields if you authenticate your comment with OpenID.</p>
+<p><small>Name and Mail are not required fields if you authenticate your comment with OpenID.</small></p>
<?php endif; ?>
More information about the cc-commits
mailing list