aboutsummaryrefslogtreecommitdiff
path: root/app/Models/SimplePieCustom.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/SimplePieCustom.php')
-rw-r--r--app/Models/SimplePieCustom.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Models/SimplePieCustom.php b/app/Models/SimplePieCustom.php
index 44e5b030e..ecfb7e085 100644
--- a/app/Models/SimplePieCustom.php
+++ b/app/Models/SimplePieCustom.php
@@ -47,7 +47,7 @@ final class FreshRSS_SimplePieCustom extends \SimplePie\SimplePie
$this->set_curl_options($curl_options);
$this->strip_comments(true);
- $this->rename_attributes(['id', 'class']);
+ $this->rename_attributes(['class']);
$this->allow_aria_attr(true);
$this->allow_data_attr(true);
$this->allowed_html_attributes([
@@ -55,6 +55,7 @@ final class FreshRSS_SimplePieCustom extends \SimplePie\SimplePie
'dir',
'draggable',
'hidden',
+ 'id',
'lang',
'role',
'title',