Modify ↓
Opened 17 years ago
Closed 17 years ago
#8045 closed defect (duplicate)
HTMLParseError: bad end tag: </</span> -- error when trying to view source
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.10.4 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I'm trying to view the source of a file - for example: https://trac.mydomain.com/browser/site/.../.../development/public/javascripts/myfile.js
I get this error: Python Traceback
...
raise HTMLParseError(message, self.getpos())
HTMLParseError: bad end tag: '</</span>', at line 423, column 124
This happens for all files (I've tried several random files on our system)
Attachments (1)
Change History (3)
by , 17 years ago
comment:2 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
One of the MostFrequentDuplicates: see #4365 for example or search:"HTMLParseError: bad end tag" for similar ones.
In any case, upgrading to 0.11 will most likely fix your problem.
Note:
See TracTickets
for help on using tickets.



screenshot of "HTMLParseError: bad end tag…" error