diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid
index 0f6e1f4e..ecb19fdb 100644
--- a/src/_includes/partials/feeds/rss.liquid
+++ b/src/_includes/partials/feeds/rss.liquid
@@ -18,8 +18,8 @@
       {% assign rating = entry.rating %}
       {%- capture entryTitle -%}
         {{ entry.title | escape }}
-        {%- if entry.authors -%} via {{ entry.authors.name }}{%- endif -%}
-        {%- if rating -%} ({{ rating }}){%- endif -%}
+        {%- if entry.authors -%} via {{ entry.authors.name }}{%- endif -%}
+        {%- if rating -%} ({{ rating }}){%- endif -%}
       {%- endcapture -%}
       <item>
         <title>{{ entryTitle }}</title>