I hate paragraphs (and freedom) - Safari 3 & Wordpress
A lot of Safari 3 users in Leopard (and now Tiger) are probably wondering why Wordpress’s TinyMCE editor seems to like destroying paragraphs, but there’s a quick fix. Comment out line 33: this.isSafari = ua.indexOf(’Safari’) != -1; And add this line afterwards to remove all Safari 2.0x hacks: this.isSafari = false;









Monday, November 19, 2007
4 Comments