Index: typogrify.class.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/typogrify/typogrify.class.php,v retrieving revision 1.2.2.3 diff -u -p -r1.2.2.3 typogrify.class.php --- typogrify.class.php 25 Apr 2009 16:27:01 -0000 1.2.2.3 +++ typogrify.class.php 28 Apr 2009 15:45:55 -0000 @@ -164,7 +164,7 @@ class Typogrify { (<\/(a|em|span|strong|i|b)[^>]*>\s*)* # optional closing inline tags with optional white space after each ((<\/(p|h[1-6]|li|dt|dd)>)|$)) # end with a closing p, h1-6, li or the end of the string /x"; - return preg_replace($widont_finder, '$1 $2', $text); + return preg_replace($widont_finder, ' $2', $text); } /**