Ticket #3729 (closed defect: duplicate)
HTML errors when displaying wiki pages
| Reported by: | jouvin@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | 0.10b1 |
| Severity: | minor | Keywords: | needinfo |
| Cc: |
Description
With IE 6.0 (WXP SP2), there is an error reported in wiki HTML pages. Doesn't seem to happen with other browsers. Error is :
'title' has a null value or is not an object
Apart from the report I don't see anything wrong in the page displayed
According to page source, it happens in the following lines (last input line, character 9) :
<form id="search" action="/LCGQWG/search" method="get"> <div> <label for="proj-search">Search:</label> <input type="text" id="proj-search" name="q" size="10" accesskey="f" value="" /> <input type="submit" value="Search" /> <input type="hidden" name="wiki" value="on" /> <input type="hidden" name="changeset" value="on" /> <input type="hidden" name="ticket" value="on" /> </div> </form>
Look strange as there is no title on this line and other 'title' in the source are not empty.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


