Explorar el Código

Put the title in a CDATA for the rss feed.

master
duncan.parkes hace 16 años
padre
commit
9ab6dbbcc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      docs/templates/rss.tpl

+ 1
- 1
docs/templates/rss.tpl Ver fichero

@@ -6,7 +6,7 @@
<description></description>
{foreach name="applications" from="$applications" item="application"}
<item>
<title>{$application->address}</title>
<title><![CDATA[{$application->address}]]></title>
<pubDate>{$application->date_scraped|date_format:"%a, %e %b %Y"}</pubDate>
<guid isPermaLink="false">{$application->council_reference}</guid>
<georss:featurename>{$application->address}</georss:featurename>


Cargando…
Cancelar
Guardar