Modify ↓
#12872 closed defect (fixed)
HTML bug in main page when using wiki
Reported by: | ntmlod | Owned by: | ntmlod |
---|---|---|---|
Priority: | normal | Component: | DoxygenPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Hello,
Just a rendering problem, the main content of the web page is overload by 2 classes. Here is an extract of HTML source code:
<div id="main"> ... <div id="content" class="doxygen"> <div id="content" class="wiki"> ...
Just removing the node with "wiki" class solved it but perhaps it is the opposite to do when wiki_index
is activated.
Up to you.
Attachments (1)
Change History (4)
Changed 8 years ago by
Attachment: | doxygen.html added |
---|
comment:3 Changed 8 years ago by
Owner: | changed from Committo-Ergo-Sum to ntmlod |
---|
Note: See
TracTickets for help on using
tickets.
Well simply renaming the
<div py:if="doxygen_text"
in the HTML template solve the issue without collateral damages apparently.doxygenplugin/trunk/doxygentrac/templates/doxygen.html
content" class="wiki">