Modify ↓
Opened 15 years ago
Closed 15 years ago
#6156 closed defect (duplicate)
Tag h1 bad close in ReportScreenFilter
Reported by: | Carlos López Pérez | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | clp@… | Trac Release: | 0.11 |
Description
If I enable the ReportScreenFilter component, the text and buttons size of the report appears very big. If I disable the component, the text size back to normal.
This is due to the h1 tag includes the entire text of the report. For example in the revision r7011 of the file http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11-Permissions/timingandestimationplugin/reports_filter.py in the line 169 "stream = stream | Transformer('div[@id="content"]/h1/text()').apply(FilterTransformation(idhelper))".
In the original trac report file, the h1 tag only include the report title.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I believe this has already been fixed. If I am in error, please reopen.
http://trac-hacks.org/ticket/5997
Thanks,
Russ