From 58155864cb7318321e70025ce67ca4453efee489 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 3 Oct 2017 15:36:56 -0700 Subject: urlencode hashes from mod_acl --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) === '#"') && (substr($tag,-6,6) === '"')) { $basetag = substr($tag,7); -- cgit v1.2.3