kdzwinel / SnappySnippet

Chrome extension that allows easy extraction of CSS and HTML from selected element.
1.08k stars 163 forks source link

Bug when css content is empty double quote. #40

Closed reggi closed 7 years ago

reggi commented 8 years ago

When an element has content set to an empty string,

content: "";

It sets it to

content: '""';

Which means something that should look like this:

screen shot 2015-10-19 at 3 36 49 pm

Looks like this:

screen shot 2015-10-19 at 3 37 00 pm

kdzwinel commented 8 years ago

Thanks for reporting!

Connected to: https://github.com/kdzwinel/SnappySnippet/issues/38

kdzwinel commented 7 years ago

Closing since it's a duplicate