Title should not be escaped in cdata

This commit is contained in:
Citlali del Rey 2023-11-09 14:36:00 -08:00
parent f997babc3c
commit 19db9e6f67
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</image>
% foreach my $item (@$items) {
<item>
<title><![CDATA[<%= $item->{'title'} %>]]></title>
<title><![CDATA[<%== $item->{'title'} %>]]></title>
<link><%= $item->{'url'} %></link>
<guid isPermaLink="true"><%= $item->{'url'} %></guid>
<description><![CDATA[<%== $item->{'text'} %>]]></description>