14 Apr
2005
14 Apr
'05
7:19 p.m.
User: frodo Branch: HEAD Date: Thu, 14 Apr 2005 17:19:47 +0000 Modified files: /modules/glossary glossary.module Log message: (Frodo) Fix escaping of special characters in generated links We still used drupal_specialchars, which was removed recently. Actually, escaping is now done within the l() call, so we do not need to do it at all. We just call check_plain for acronym links, as that is the only place we generate HTML directly. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/glossary/glossary....