Ticket #1079 (closed defect: fixed)
Plugin DynamicCSS lists Xinha internal CSS
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin_DynamicCSS | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
in the plugin in dynamiccss.js in line 22 it must be:
if(iframe.styleSheets[i].title=="Xinha Internal CSS"){
and not:
if(iframe.styleSheets[i].title=="table borders"){
then the internal plugins from xinha are ignored (htmtableborder etc.)
Change History
Note: See
TracTickets for help on using
tickets.
