From 6100392bd56b57c9290c7498a90e8694cfbe13ae Mon Sep 17 00:00:00 2001 From: wn_ Date: Sun, 2 Dec 2018 16:02:03 -0600 Subject: [PATCH] Fix an `onclick` (`Article.editArticleTags` --> `Article.editTags`) --- classes/feeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/feeds.php b/classes/feeds.php index 3c6c20f26..58d4f68d9 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -633,7 +633,7 @@ class Feeds extends Handler_Protected { $tmp_content .= "Tags $tags_str (+)"; + href=\"#\" onclick=\"Article.editTags($id)\">(+)"; $num_comments = (int) $line["num_comments"]; $entry_comments = "";