Ticket #493 (closed defect: duplicate)
CSS cascading class with space gets rewritten
| Reported by: | anonymous | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I have two css classes: photo and right. If I try to cascade the two in an img tag like this
<img class="photo right" hspace="0" src="/images/529.gif" align="baseline" border="0" />
via the view source option and save it it is fine. But if I come back to it and view source, the space gets rewritten as %20 like this
class="photo%20right"
(I am using nightly build from 8/30/05. And testing on htmlarea seems to not happen)
Change History
Note: See
TracTickets for help on using
tickets.
