mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Escape < and > in updates.rss item titles
This commit is contained in:
parent
f10631b740
commit
ff96ef22c3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
package.info_url = "#{base_url}##{pkgname}"
|
package.info_url = "#{base_url}##{pkgname}"
|
||||||
%>
|
%>
|
||||||
<item>
|
<item>
|
||||||
<title><%= package.name %> (<%= package.version %>) --- <%= package.description %></title>
|
<title><%= package.name %> (<%= package.version %>) --- <%= ERB::Util.html_escape package.description %></title>
|
||||||
<description>The <%= package.name %> package in MELPA has been updated to version <%= package.version %>.</description>
|
<description>The <%= package.name %> package in MELPA has been updated to version <%= package.version %>.</description>
|
||||||
<pubDate><%= package.build_time.rfc822 %></pubDate>
|
<pubDate><%= package.build_time.rfc822 %></pubDate>
|
||||||
<guid isPermaLink="true"><%= package.url %></guid>
|
<guid isPermaLink="true"><%= package.url %></guid>
|
||||||
|
|
Loading…
Reference in a new issue