If you're new here, you may want to subscribe to my RSS feed or get my latest posts directly in your mailbox. Thanks for coming to the Foo!
I just noticed that in Safari you couldn’t leave a comment on my blog (other Browsers were probably also affected, but not good-old Firefox). After some searching (well, call it getting lucky), I found the culprit. A plug-in that shows the popular posts, Readers_post, left an a href code open:
echo $before . “<a href=’”.$postID_type.$nummer.”‘ title=’”.$title.”‘>”. $title_short . $after;
Reads the last line. It should be:
echo $before . “<a href=’”.$postID_type.$nummer.”‘ title=’”.$title.”‘>”. $title_short . “</a>” . $after;
And Voilá - it works. Try it by leaving a comment




2 comments
Comments feed for this article
Trackback link
http://modifoo.com/2007/03/25/readers_post-fix.html/trackback
29-Mar-07 at 22:05
Stefan
I think you’re download is outdated
If you download the actual version there is no missing end-tag of a link. And not only since a few days…
Even the type of linkconstruction is one of my first versions. Now it works with the permalink method.
Please make a new download and everything is fine
Best regards
Stefan
31-Mar-07 at 09:19
Martin
Indeed - my mistake. Over at Aufzynden you can get the current version. Soon also fully translated