diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-17 23:54:29 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-17 23:54:29 -0700 |
commit | d37e6b9271662ce65633b625438552e9d03fbef7 (patch) | |
tree | 296d2858264b112611bec146ba8b7c3480c779c0 | |
parent | 654139933fe1ed9527bd4a7f3dbb82abf6952388 (diff) | |
download | volse-hubzilla-d37e6b9271662ce65633b625438552e9d03fbef7.tar.gz volse-hubzilla-d37e6b9271662ce65633b625438552e9d03fbef7.tar.bz2 volse-hubzilla-d37e6b9271662ce65633b625438552e9d03fbef7.zip |
more tag stuff
-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) { |