Closed (works as designed)
Project:
Gin Admin Theme
Version:
8.x-3.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2022 at 09:08 UTC
Updated:
21 Sep 2022 at 16:27 UTC
Jump to comment: Most recent

Comments
Comment #2
thomas.frobieterOh, \00a0 is a no break space.. okay. So I guess the SASS compiler breaks this?
Maybe try:
content: #{":\00a0"};Comment #5
immaculatexavier commentedCommitted with MR as per the proposed resolution.
Comment #6
saschaeggiI seem unable to replicate the problem here. And the patch will break the compilation of CSS.
Comment #7
anybodyI guess this might be due to a site specific issue with (double) escaping server response or sth. like that. Where ever that may be caused, typically this should just be rendered as
:.Comment #8
anybodyIndeed it was a firewall issue at the hoster.... -.-
The firewall had "Rewrite HTML" enabled, that caused this issue. Sorry for the trouble, I hope it might help others one day.