diff --git a/lib/middleware/anti-hotlink.test.ts b/lib/middleware/anti-hotlink.test.ts
index 4987ceb3f..081aa470a 100644
--- a/lib/middleware/anti-hotlink.test.ts
+++ b/lib/middleware/anti-hotlink.test.ts
@@ -36,7 +36,7 @@ const expects = {
`
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: '
- Powered by RSSHub',
},
processed: {
items: [
@@ -54,7 +54,7 @@ const expects = {
`
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: '
- Powered by RSSHub',
},
urlencoded: {
items: [
@@ -72,7 +72,7 @@ const expects = {
`
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: '
- Powered by RSSHub',
},
},
multimedia: {
@@ -87,7 +87,7 @@ const expects = {
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: ' - Powered by RSSHub',
},
relayed: {
items: [
@@ -100,7 +100,7 @@ const expects = {
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: ' - Powered by RSSHub',
},
partlyRelayed: {
items: [
@@ -113,7 +113,7 @@ const expects = {
`,
],
- desc: ' - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)',
+ desc: ' - Powered by RSSHub',
},
},
};
diff --git a/lib/views/atom.tsx b/lib/views/atom.tsx
index d9ebad6d3..42f5bc2fa 100644
--- a/lib/views/atom.tsx
+++ b/lib/views/atom.tsx
@@ -6,9 +6,9 @@ const RSS: FC<{ data: Data }> = ({ data }) => (