Ticket #1172 (closed defect: fixed)
transcluding a missing StyleSheet breaks
| Reported by: | FND | Owned by: | JeremyRuston |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.6 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description
Transcluding a non-existing tiddler in StyleSheet? halts further processing of the CSS:
/*{{{*/
body {
background-color: #F00;
}
[[Foo]]
body {
background-color: #B08;
}
/*}}}*/
This will result in a red background, but it should be purple.
Change History
Note: See
TracTickets for help on using
tickets.
