Minifying the following: ``` #content {} #foo { content: "\00BB "; } ``` (note two trailing spaces) Produces: ``` #content{}#foo{content:"\00BB "} ``` with only one trailing space. Changing the ID name fixes this.