FireFile icon indicating copy to clipboard operation
FireFile copied to clipboard

Hex in stylesheet breaks upload (content: '\2190\00a0';)

Open smortv opened this issue 13 years ago • 2 comments

I was using FireFile with WordPress and it works great except with the default Twenty Ten theme. After some trial and error it looks like it's an issue with the code below, specifically the backspaces used for the hex.

.attachment .entry-content .nav-previous a:before { content: '\2190\00a0'; } .attachment .entry-content .nav-next a:after { content: '\00a0\2192'; }

smortv avatar Apr 03 '11 21:04 smortv

genauso mit slash: #xxx { content: '\2190\00a0'; }

timosnysder avatar Apr 20 '11 16:04 timosnysder

With the twentyeleven theme there is a similar issue, namely with the content: '\2014'; attribute

PeterKnight avatar Jul 10 '11 18:07 PeterKnight