Opened 17 years ago
Closed 17 years ago
#258 closed defect (fixed)
All view pages with an Annotations tab have duplicate html documents
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.0 RC2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The contents of the Annotations tab is generated by a <jsp:include> tag. The included page generates a complete HTML page by itself. Thus, when the result is put together with the parent page, the result is very invalid HTML. The browsers seems to handle it well though...
Suggested solution is to add a new page type (include?) to the <base:page> taglib that doesn't generate the <html>, <bode>, etc. tags.
Note: See
TracTickets for help on using
tickets.
(In [2297]) Fixes #258: All view pages with an Annotations tab have duplicate html documents