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).

Comments

sam152’s picture

Status: Active » Needs review
StatusFileSize
new440 bytes

Patch replaces character with escape sequence.

drubb’s picture

This shouldn't be necessary if your theme is using the correct meta tag for character encoding:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

or just

<meta charset="utf-8"/>
benjy’s picture

Status: Needs review » Reviewed & tested by the community

I think using the escape sequence is the correct approach.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Nice 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!

  • alexpott committed 92db080 on 8.0.x
    Issue #2388301 by Sam152: Use CSS escape sequence in breadcrumb styles...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.