Ticket #4717 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

<br/> instead of <br /> inserted

Reported by: hakre Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.2.2
Severity: normal Keywords: has-patch
Cc:

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

4717.diff (6.2 kB) - added by tmountjr on 08/09/07 18:40:41.

Change History

08/09/07 10:35:03 changed by Viper007Bond

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

08/09/07 15:19:38 changed by Nazgul

  • version changed from 2.2 to 2.2.2.
  • milestone set to 2.4 (future).

08/09/07 18:40:41 changed by tmountjr

  • attachment 4717.diff added.

08/09/07 18:45:46 changed by tmountjr

  • keywords set to has-patch.

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

08/10/07 09:48:24 changed by hakre

thanks for the quick fix!

08/10/07 19:21:26 changed by foolswisdom

  • milestone changed from 2.4 (future) to 2.3 (trunk).

08/14/07 03:12:24 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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