diff --git a/api/src/Html/HtmLawed.php b/api/src/Html/HtmLawed.php
index 19379e4717..9b6288452b 100644
--- a/api/src/Html/HtmLawed.php
+++ b/api/src/Html/HtmLawed.php
@@ -212,7 +212,7 @@ class HtmLawed
$font_size = $GLOBALS['egw_info']['user']['preferences']['common']['rte_font_size'];
// Check for "blank" = just user preference span - for some reason we can't match on the entity, so approximate
- $regex = '#^.?$#us';
+ $regex = '#^.?$#us';
if(preg_match($regex,$html))
{
return '';