aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-10-05 11:25:39 +0200
committerMario Vavti <mario@mariovavti.com>2017-10-05 11:25:39 +0200
commit5be9477f21626469dedcff4f96243be2bfafdb71 (patch)
treefcf56e3e85e6d28d8901ef3a0a638bfb40212b51 /include/text.php
parent6f88d5e92be06ad8fa61f900e8a4fb41ba54135e (diff)
parent15b9a67c01964b83ac724945fe416dd35f66e914 (diff)
downloadvolse-hubzilla-5be9477f21626469dedcff4f96243be2bfafdb71.tar.gz
volse-hubzilla-5be9477f21626469dedcff4f96243be2bfafdb71.tar.bz2
volse-hubzilla-5be9477f21626469dedcff4f96243be2bfafdb71.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index bd802b2c1..80914747b 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2412,7 +2412,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $d
}
if(! $replaced) {
- //base tag has the tags name only
+ // base tag has the tags name only
if((substr($tag,0,7) === '#&quot;') && (substr($tag,-6,6) === '&quot;')) {
$basetag = substr($tag,7);