Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#4717 closed defect (bug) (fixed)

<br/> instead of <br /> inserted

Reported by: hakre Owned by:
Priority: normal Milestone: 2.3
Component: Administration Version: 2.2.2
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

WARNING

Related to WP 2.2.2 but this version number could not be selected while submitting the ticket in Trac.

It is common practise to use <br /> in the shorttag notataion instead of <br/> (Space before the trailing slash). This helps older browsers to keep up with xhtml 1.0 even if they do not know it.

Attachments (1)

4717.diff (6.2 KB ) - added by tmountjr 19 years ago.

Download all attachments as: .zip

Change History (7)

#1 @Viper007Bond
19 years ago

Umm, where are you seeing <br/>? You'll need to be more specific.

#2 @Nazgul
19 years ago

  • Milestone2.4 (future)
  • Version 2.22.2.2

@tmountjr
19 years ago

#3 @tmountjr
19 years ago

  • Keywords has-patch added

I did a quick grep through the svn tree and made the changes into one patch. There actually weren't too many...

#4 @hakre
19 years ago

thanks for the quick fix!

#5 @foolswisdom
19 years ago

  • Milestone 2.4 (future)2.3 (trunk)

#6 @ryan
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [5870]) Space before slash to properly close br tag. Props tmountjr. fixes #4717

Note: See TracTickets for help on using tickets.