mistyrouge
Results 1 - 1 of 1
bymistyrouge, January 7, 2010
Hello !
I love your plugin ! It's pretty usefull and works very well (haven't tested the twitter part yet).
The only problem is that there is a little mistake that prevent your code from being html valid.
The problem is on line 234 in sexybookmarks.php :
the line is "$socials = "\n".'fetchBackground().'" '.$style.' class="sexy-bookmarks>'."
but it should be "$socials = "\n".'fetchBackground().'" '.$style.'>'."
I just remove the twice defined class element
I love your plugin ! It's pretty usefull and works very well (haven't tested the twitter part yet).
The only problem is that there is a little mistake that prevent your code from being html valid.
The problem is on line 234 in sexybookmarks.php :
the line is "$socials = "\n".'fetchBackground().'" '.$style.' class="sexy-bookmarks>'."
but it should be "$socials = "\n".'fetchBackground().'" '.$style.'>'."
I just remove the twice defined class element
