While we don't have the sanitizing backend to safely solve ticket
#2264 I'm going to remove the auto_link feature of changeset tags. The links are broken in all conforming Atom readers at the moment.
This commit is contained in:
parent
332f8d3a4f
commit
466f640138
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ atom_feed(:language => I18n.locale, :schema_date => 2009,
|
||||||
td.table :cellpadding => "0" do |table|
|
td.table :cellpadding => "0" do |table|
|
||||||
changeset.tags.sort.each do |tag|
|
changeset.tags.sort.each do |tag|
|
||||||
table.tr do |tr|
|
table.tr do |tr|
|
||||||
tr.td "#{h(tag[0])} = #{sanitize(auto_link(tag[1]))}"
|
tr.td "#{h(tag[0])} = #{sanitize(tag[1])}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue