Somehow I think either my browser wasn't interpreting a stylesheet correctly or my web server wasn't sending the right character encoding, because breadcrumbs appear broken (see attached screenshot).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2388301-fix-breadcrumb-css.patch | 440 bytes | sam152 |
| Screen Shot 2014-12-06 at 2.32.30 pm.png | 21.43 KB | sam152 |
Comments
Comment #1
sam152 commentedPatch replaces character with escape sequence.
Comment #2
drubbThis shouldn't be necessary if your theme is using the correct meta tag for character encoding:
or just
Comment #3
benjy commentedI think using the escape sequence is the correct approach.
Comment #4
alexpottNice catch. This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 92db080 and pushed to 8.0.x. Thanks!