diff options
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index ce0352d8d..dafb6f131 100644 --- a/include/text.php +++ b/include/text.php @@ -2446,7 +2446,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d if(strpos($tag,'!') === 0) { $grouptag = true; - + } if(strpos($tag,'@') === 0 || $grouptag) { |