GNOME Bugzilla – Bug 688542
PATCH: Usergroup page (layout.xml) has mismatch in <div>
Last modified: 2012-12-26 16:09:17 UTC
Created attachment 229242 [details] Usergroup <div> mismatch fix A usergroup html page (via a "usergroup" entry in layout.xml) has one <div/> to many. This is caused (index.cpp) by a call to endContents (via endFile) without a startContents when creating the usergroup html code. Probably adding startContents is the best and/or easiest solution. This fix has been attached (based on revision 832).
Hi Rene, thanks for the fix. Could you please make a real patch instead of sending the whole file? i.e. use diff -u doxygen_org/src/index.cpp doxygen_modified/src/index.cpp >index.patch That way I can more easily apply it.
Created attachment 229290 [details] [review] Patch for index.cpp Hi Dimitri, you're welcome. I've attached the patch.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.