Index: smartypants.php =================================================================== --- smartypants.php (revision 1017) +++ smartypants.php (working copy) @@ -74,6 +74,7 @@ $do_backticks = 1; $do_dashes = 1; $do_ellipses = 1; + $convert_quot = 1; } else if ($attr == "2") { # Do everything, turn all options on, use old school dash shorthand. @@ -81,6 +82,7 @@ $do_backticks = 1; $do_dashes = 2; $do_ellipses = 1; + $convert_quot = 1; } else if ($attr == "3") { # Do everything, turn all options on, use inverted old school dash shorthand. @@ -88,6 +90,7 @@ $do_backticks = 1; $do_dashes = 3; $do_ellipses = 1; + $convert_quot = 1; } else if ($attr == "-1") { # Special "stupefy" mode.