Development

#9332 ([PATCH] convert &nbsp to  )

You must first sign up to be able to contribute.

Ticket #9332 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

[PATCH] convert &nbsp to  

Reported by: maxtsepkob Assigned to: fabien
Priority: minor Milestone: 1.4.11
Component: other Version: 1.4.8
Keywords: xhtml entity &nbsp Cc:
Qualification: Unreviewed

Description

This patch replaces all &nbsp entries with   XHTML requires usage of XML entites instead of HTML entities. It is also required to not confuse sfTesterResponse::isValid() with symfony wrong entities.

Attachments

symfony-xml.patch (19.0 kB) - added by maxtsepkob on 12/07/10 14:34:47.

Change History

12/07/10 14:34:47 changed by maxtsepkob

  • attachment symfony-xml.patch added.

12/08/10 04:58:13 changed by Kris.Wallsmith

  • milestone set to 1.4.9.

Is nbsp the only culprit? I see in your patch you left hellip unchanged.

12/08/10 18:33:02 changed by maxtsepkob

No, there is others entities which wants to be replaced.

Full list can be found there: http://techtrouts.com/webkit-entity-nbsp-not-defined-convert-html-entities-to-xml/