From d445530fa08cdbe2088150a3e7d23596eab9b142 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 17:15:22 +0300 Subject: format note on the client --- classes/feeds.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index 5ad21ded9..b95ade2f5 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -260,11 +260,6 @@ class Feeds extends Handler_Protected { $this->_mark_timestamp(" disk_cache_rewrite"); - if ($line['note']) - $line['note'] = Article::_format_note_html($id, $line['note']); - else - $line['note'] = ""; - $this->_mark_timestamp(" note"); if (!get_pref("CDM_EXPANDED")) { -- cgit v1.2.3-54-g00ecf