From 7093b66b76424efe311b67ed18141f6a478bf875 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 21 Aug 2021 08:30:13 +0000 Subject: fix typo --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index df637ebdd..0cc071c61 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -594,7 +594,7 @@ class Activity { break; case 'Bookmark': - $ret[] = ['ttype' => TERM_BOOKMARK, 'url' => $t['href'], 'term' => escape_tags($t['name']]; + $ret[] = ['ttype' => TERM_BOOKMARK, 'url' => $t['href'], 'term' => escape_tags($t['name'])]; break; default: -- cgit v1.2.3