You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. With the plugin "sharing enabled" klick the link "not shared" next to an
item
What is the expected output? What do you see instead?
The link schould change to 'shared', but instead you get a blank page with
FALSE
What version of the product are you using? On what operating system?
0.5 (latest)
Please provide any additional information below.
Solution: in plugins/sharing.php
change the line:
return "<a href=\"$shared_link\" onclick=\"$shared_link\"><img
src=\"$shared_image\" width=\"12\" height=\"12\" border=\"0\"/></a> <a
href=\"$shared_link\">$shared_text</a> ";
with:
return "<a href=\"#\" onclick=\"$shared_link\"><img src=\"$shared_image\"
width=\"12\" height=\"12\" border=\"0\"/></a> <a href=\"#\"
onclick=\"$shared_link\">$shared_text</a> ";
Original issue reported on code.google.com by [email protected] on 13 May 2009 at 1:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 May 2009 at 1:13The text was updated successfully, but these errors were encountered: