Ticket #194 (closed proposal: worksforme)
htmlspecialchars like
| Reported by: | climbus | Owned by: | bbangert |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | helpers | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Pylons need default helper for escaping html special chars. In PHP we have htmlspecialchars function. In webhelpers we have escape_html but this function escapes too many chars (all non ascii).
htmlspecialchars escpaes " < > ' &
Change History
Note: See
TracTickets for help on using
tickets.