Closed (fixed)
Project:
Glossary
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2006 at 16:28 UTC
Updated:
21 May 2006 at 16:45 UTC
Howdy,
Here is the link to the forum topic: http://drupal.org/node/64171
It appears that when you go to the glossary page "?q=glossary", the list of glossary terms is as an unordered list, rather than the list and definitions.
Looking around glossary.module, I found the following on lines 423 and 427 respectively:
$output .= "<dt class=\"depth$term->depth\">{$term->name}";
$output .= "</dt><dd class=\"depth$term->depth\">";
You will notice that the word "depth" before the $term->depth might be incorrect. Removing these words doesn't change the functionality though. Still have this problem.
Will continue to search, but hoping the author can jump in and to better understand what is going on.
Thanks,
Dave
Comments
Comment #1
dpw commentedAnyway, this issue could probably close (will let the author do that after reading this). This problem arose when the "Show glossary across many smaller pages" check box was selected. I think this check box is a bit misleading and perhaps not doing what it is supposed to, but am happy I have resolved this. Life goes on!