[buddypress-trac] [BuddyPress] #2516: Missing space in bp-themes/bp-default/registration/register.php
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Fri Jul 9 22:44:41 UTC 2010
#2516: Missing space in bp-themes/bp-default/registration/register.php
----------------------+-----------------------------------------------------
Reporter: oferwald | Owner:
Type: defect | Status: new
Priority: trivial | Milestone: 1.3
Component: Theme | Keywords: theme trivial patch-suggested
----------------------+-----------------------------------------------------
Hello
Line 209 of this file now reads:
<input type="submit"name="signup_submit"
id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?>
→" />
Notice the missing space between type and name, this causes the transposh
plugin to freak out (and I guess the page will fail w3c validation)
The line should read
<input type="submit" name="signup_submit"
id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?>
→" />
--
Ticket URL: <http://trac.buddypress.org/ticket/2516>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list