019fac03 by Jeff Balicki

ee

1 parent b6247d5b
......@@ -553,6 +553,6 @@ function strip_word_html($text, $allowed_tags = '<b><i><sup><sub><em><strong><u>
$text = preg_replace('/(?:width\=\"\d*\")\S/mxi', '>', $text);
$text = preg_replace('/(?:width\=\"\d*%\")\S/mxi', '>', $text);
return $text;
}
......