Opened 8 years ago
Closed 3 months ago
#1520 closed defect (fixed)
Error in WordClean - clearClass
Reported by: | guest | Owned by: | gogo |
---|---|---|---|
Priority: | normal | Milestone: | 0.97 |
Component: | Xinha Core | Version: | trunk |
Severity: | normal | Keywords: | wordClean clearClass |
Cc: |
Description
in function clearClass the line
node.removeAttribute("...") contains the wrong class name "classname" instead of class.
With
node.removeAttribute("class");
it works.
Change History (1)
comment:1 Changed 3 months ago by gogo
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
[1345]