Ticket #493 (closed defect: duplicate)

Opened 8 years ago

Last modified 8 years ago

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

Changed 8 years ago by niko

  • status changed from new to closed
  • resolution set to duplicate

see #470

Note: See TracTickets for help on using tickets.