Skip to content

Commit

Permalink
Merge pull request #60 from plone/fix-rss-links
Browse files Browse the repository at this point in the history
fix: links in RSS portlets when using special characters.
  • Loading branch information
jensens committed Nov 4, 2015
2 parents e74848c + 2f99af2 commit 98efbca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ New:

Fixes:

- *add item here*
- Fix links in RSS portlets when using special characters.
[Gagaro]


3.1.2 (2015-09-27)
Expand Down
2 changes: 1 addition & 1 deletion plone/app/portlets/portlets/rss.pt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
tal:attributes="class python:oddrow and 'portletItem even' or 'portletItem odd'">

<a href="#"
tal:attributes="href string:${item/url}"
tal:attributes="href item/url"
class="tile">
<span tal:replace="item/title">
Title
Expand Down

0 comments on commit 98efbca

Please sign in to comment.