Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2014 at 06:37 UTC
Updated:
6 Jan 2015 at 09:14 UTC
Jump to comment: Most recent, Most recent file
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!