#2516 closed defect (bug) (fixed)
Missing space in bp-themes/bp-default/registration/register.php
| Reported by: | oferwald | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.2.6 |
| Component: | Templates | Version: | |
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
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' ) ?> →" />
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch based on oferwald's suggestion.
FYI, initial bug reported on the forums here:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/help-new-user-registration-not-working/