#3854 closed defect (bug) (fixed)
text formatting script shouldn't treat scripts as text blocks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.2 | Priority: | low |
| Severity: | normal | Version: | 2.1.1 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Attachments (2)
Change History (13)
#1
@
19 years ago
- Component changed from Administration to General
- Keywords has-patch added
- Version set to 2.1.1
#4
@
19 years ago
The object element has the same problem. It shouldn't get extra spaces added around it because it can be inline or block too. Correct?
Note: See
TracTickets for help on using
tickets.
+1. <script> tags can be used inline or as a block, though if it's used inline the output has to be inline, too. But that's up to the user.