Viewing 4 replies - 1 through 4 (of 4 total)
  • Yeah, I’ve found it too, and it makes me sad, it’s like thorn in my … ?? Really, I like to have ‘clean’ website, so fix it asap. Or maybe someone has a solution for this? I can’t find this line in php file, it’s somehow generated from css, but I don’t know where it’s imported.

    Thread Starter roadRUNN3R

    (@roadrunn3r)

    You can fix it by editing \wp-content\plugins\social-media-widget\social-widget.php

    On line 409 look for:

    ‘class=”‘

    and add a space in front of the word class so it looks like this:

    ‘ class=”‘

    This will get overwritten with the next update though, hopefully with this simple fix implemented ??

    Fixed now in 3.0.3. ??

    Thread Starter roadRUNN3R

    (@roadrunn3r)

    N1! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘HTML validation issue – 1 missing space’ is closed to new replies.