]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/feed/soundfile.html
avoid illegal character in podcast feed
[panikweb.git] / panikweb / templates / feed / soundfile.html
index 866e6be7221865bfaa2e01f42e8d8b3d0eacaecb..3069af581c492c61fd4d522547c0e7f49accd155 100644 (file)
@@ -10,5 +10,5 @@
 {% endif %}
 
 {% autoescape off %}
-{{ obj.episode.text|set_absolute_urls }}
+{{ obj.episode.text|xml_illegal_fix|set_absolute_urls }}
 {% endautoescape %}