Author: earle Date: 2005-10-23 15:11:34 +0100 (Sun, 23 Oct 2005) New Revision: 695
Modified: trunk/lib/OpenGuides/RDF.pm Log: address wasn't being escaped either
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2005-10-23 14:08:08 UTC (rev 694) +++ trunk/lib/OpenGuides/RDF.pm 2005-10-23 14:11:34 UTC (rev 695) @@ -80,8 +80,9 @@ my $summary = $node_data{metadata}{summary}[0] || '';
# 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, $summary) + foreach ($phone, $fax, $website, $opening_hours_text, $address, $postcode, + $city, $country, $latitude, $longitude, $version, $os_x, $os_y, + $catrefs, @locales, $summary) { if ($_) {
openguides-commits@lists.openguides.org