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> ...@@ -553,6 +553,6 @@ function strip_word_html($text, $allowed_tags = '<b><i><sup><sub><em><strong><u>
553 553
554 554
555 $text = preg_replace('/(?:width\=\"\d*\")\S/mxi', '>', $text); 555 $text = preg_replace('/(?:width\=\"\d*\")\S/mxi', '>', $text);
556 556 $text = preg_replace('/(?:width\=\"\d*%\")\S/mxi', '>', $text);
557 return $text; 557 return $text;
558 } 558 }
......