Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorthepieman
    • CommentTimeJun 23rd 2006
     
    If you take a look at this comment I've placed on this site as a test you will notice that in between the I'm there's a so it read I'm.

    http://www.bobbincottage.com/gallery/bobbin_cottage/views_of_bobbin_cottage/bobbin-cottage-name-plate.jpg
    • CommentAuthordavid2
    • CommentTimeJun 27th 2006
     
    Quoting mike from http://www.plogger.org/forum/comments.php?DiscussionID=130&page=1#Item_7
    This clears it up:

    Thanks, deus. I actually found this bug shortly after releasing Beta 2 and squashed it within the current code base.

    If you'd like to fix it within your copy, simply do this:
    gallery.php, line 909 in display_comments()

    $output .= "<p>".htmlspecialchars($row["comment"])."</p>";

    Change it to
    $output .= "<p>".htmlspecialchars(SmartStripSlashes($row["comment"]))."</p>";