Author: earle
Date: 2005-10-23 15:08:08 +0100 (Sun, 23 Oct 2005)
New Revision: 694
Modified:
trunk/lib/OpenGuides/RDF.pm
Log:
RDF summary field was not being escaped
Modified: trunk/lib/OpenGuides/RDF.pm
===================================================================
--- trunk/lib/OpenGuides/RDF.pm 2005-10-13 18:56:53 UTC (rev 693)
+++ trunk/lib/OpenGuides/RDF.pm 2005-10-23 14:08:08 UTC (rev 694)
@@ -81,7 +81,7 @@
# replace any errant characters in data to prevent illegal XML
foreach ($phone, $fax, $website, $opening_hours_text, $postcode, $city, $country,
- $latitude, $longitude, $version, $os_x, $os_y, $catrefs, @locales)
+ $latitude, $longitude, $version, $os_x, $os_y, $catrefs, @locales, $summary)
{
if ($_)
{
Show replies by date