forked from AuroraMiddleware/gtk
css: We want to unescape backslashes, not slashes
This commit is contained in:
parent
940cdb4a7f
commit
beccec296b
@ -851,7 +851,7 @@ _gtk_css_parser_resync_internal (GtkCssParser *parser,
|
||||
|
||||
switch (*parser->data)
|
||||
{
|
||||
case '/':
|
||||
case '\\':
|
||||
{
|
||||
GString *ignore = g_string_new (NULL);
|
||||
_gtk_css_parser_unescape (parser, ignore);
|
||||
|
Loading…
Reference in New Issue
Block a user