Closed (fixed)
Project:
Antique Modern
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2006 at 17:43 UTC
Updated:
29 May 2006 at 02:00 UTC
I found that the w3c validator (http://validator.w3.org) was complaining about unterminated raquo entities when I started using this otherwise excellent theme.
So, in template.php and page.tpl.php, there are several places where » appears without the terminating semicolon.
$ grep raquo *.*
template.php: return implode(' » ', $breadcrumb);
page.tpl.php: <?php if ($title && $breadcrumb) print " » "; ?>
The result is that the » dividers between breadcrumbs do not show up in some (many?) browsers.
Has anyone else encountered this problem?
Comments
Comment #1
merlinofchaos commentedThanks for the headsup.
Fixed.
Comment #2
(not verified) commented