ee
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment