diff --git a/app/views/list/list.rss.erb b/app/views/list/list.rss.erb
index 16c864b36..6589239be 100644
--- a/app/views/list/list.rss.erb
+++ b/app/views/list/list.rss.erb
@@ -6,7 +6,7 @@
<%= @title %>
<%= @link %>
<%= @description %>
- <%= "#{lang}" if lang %>
+ <% if lang %>#{lang}<% end %>
<% if @topic_list.topics && @topic_list.topics.length > 0 %>
<%= @topic_list.topics.first.created_at.rfc2822 %>