0

I'm working on a completely fresh site with php on my localhost. Currently no js or css and i'm not using any php frameworks or libraries. I have never used Feedly in my life!

This problem is stopping images from displaying...

Can anyone think what could be causing data-feedly-processed ="yes" to be added to my body tag?

Haroldo
  • 36,607
  • 46
  • 127
  • 169
  • 1
    perhaps it is something your host adds? – dnagirl Jun 23 '10 at 14:59
  • Are you using some kind of browser plugin/extension/whatnot that might do that? In other words, if you download the page, e.g. with `wget`, do you still see this in your `` tag? – Piskvor left the building Jun 23 '10 at 15:06
  • not using any plugins at all. page source does not show it, but firebug does in it's inspector. chrome inspector does not show it... either images are not showing? strange! – Haroldo Jun 23 '10 at 15:09
  • 1
    Although you say you're not using any plug-ins, I still bet at it! :) – acm Jun 23 '10 at 15:13

1 Answers1

1

Firefox may be inserting this information because you have the Feedly extension installed.

mcandre
  • 22,868
  • 20
  • 88
  • 147