diff --git a/inc/functions.php b/inc/functions.php index d2417f74..2d5da1f6 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -1964,7 +1964,7 @@ function markup(&$body, $track_cites = false, $op = false) { } // replace tabs with 8 spaces - $body = str_replace("\t", ' ', $body); + $body = str_replace("\t", ' ', $body); return $tracked_cites; }