Postponed (maintainer needs more info)
Project:
Taxonomy context
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2007 at 04:00 UTC
Updated:
26 Feb 2009 at 17:53 UTC
Hi,
at difference of "vocabulary container", the div "term-container" isn't correctly displayed.
Example 1, correct (output of a page as http://www.mywebsite.com/taxonomy/vocabulary/1):
..<div class="vocabulary-container">
....<div class="vocabulary">
......<div class="description"></div>
......<div class="subterm-container">
........<div class="subterm">
..........<h2 class="title"></h2>
..........<div class="description"></div>
........</div>
......</div>
......<div class="subterm-container">
........<div class="subterm">
..........<h2 class="title"></h2>
..........<div class="description"></div>
........</div>
......</div>
....</div>
..</div>Example 2, not correct (output of a term's page under any vocabulary):
..<div class="term-container">
....<div class="term">
......<div class="description"></div>
....</div>
..</div>
..<div class="subterm-container">
....<div class="subterm">
......<h2 class="title"></h2>
......<div class="teaser"></div>
....</div>
..</div>
..<div class="subterm-container">
....<div class="subterm">
......<h2 class="title"></h2>
......<div class="teaser"></div>
....</div>
..</div>* Subterm's divs are'nt children of "term-container" (as happens with the div "vocabulary-container")
Thx in advance.
Comments
Comment #1
nedjoSure. A patch would be welcome.
Comment #2
duser commentedIt should be easy but unfortunately I don't know whether to do.
I think that this is the code that should be edited:
And this is the code that generate the vocabulary container (correctly):
Comment #3
nancydruIs this still a problem with Version 2?