Modify ↓
#9830 closed defect (fixed)
Broken XHTML in WikiProcessors page
| Reported by: | Owned by: | Remy Blank | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.2 |
| Component: | general | Version: | 0.12dev |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
My Trac instance renders pages with "application/xml" content type and browsers report validation problems, if any. Page WikiProcessors contains such a defect (lines 160-180):
[...] <input type="text" name="keywords" value="~" size="30"> <input type="submit" value="Search by Keywords"> [...]
The <input> tag is not closed. I think that this minor defect should be fixed. Thanks.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
| Milestone: | → 0.12.2 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 15 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



Fixed in WikiProcessors@47. Thanks!