Closed (works as designed)
Project:
Drupal core
Version:
5.1
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2007 at 18:59 UTC
Updated:
5 Jul 2007 at 16:07 UTC
I am getting odd characters between the breadcrumbs: "�Ć" in fact.
I was getting this in Garland too I think. I hve tried lookinga the CSS but can't find anything wrong.
I get the above characters in Firefox on the Mac
I get the different characters in Safari.
I have tried it on other OS or browsers.
Are other people seeing this error?
See attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 17.png | 4.72 KB | karl sf |
Comments
Comment #1
johnnybegood commentedHi Karl,
This has to do with the default encoding of the character ">>" in Drupal I think. I don't have any problems viewing these correctly but some browsers setting might not interpreta this properly.
Perhaps you should post this at core team level support so they might look into for further Drupal releases.
Cheers.
Comment #2
dorelxa commentedI have the same exact problem with the �à showing up in the breadcrumbs (whatever that means).
Comment #3
platform3 commentedI believe this is happening because of a '»' character in this file: (root) includes/theme.inc
Line 627:
return '<div class="breadcrumb">'. implode(' » ', $breadcrumb) .'</div>';So you need to change this » to
»It would be great if this could be amended in the core drupal download.