]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
formatting in the rss
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:59:16 +0000 (11:29 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:59:16 +0000 (11:29 +0930)
app/views/pubview/rss.rss.builder

index 30f6bb52adea4d3026ebe7df9f80549c283e335d..42c016845702eebc382a05799e04d50e0dc581fd 100644 (file)
@@ -17,7 +17,7 @@ xml.language "en-US"
        xml.title post.title
        if params[:action] == 'dispatches_rss'
          xml.description do
-               xml.cdata! post.content
+               xml.cdata! post.rendered_content
          end
        else
          xml.description post.generate_excerpt