Author: earle Date: 2005-10-11 14:39:10 +0100 (Tue, 11 Oct 2005) New Revision: 686
Modified: trunk/lib/OpenGuides/RDF.pm Log: oops, braino - address is definitely in output now.
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2005-10-09 23:40:37 UTC (rev 685) +++ trunk/lib/OpenGuides/RDF.pm 2005-10-11 13:39:10 UTC (rev 686) @@ -147,7 +147,8 @@
if ($is_geospatial) { - $rdf .= "\n <!-- address and geospatial data -->\n\n" if $is_geospatial; + $rdf .= "\n <!-- address and geospatial data -->\n\n"; + $rdf .= " <address>$address</address>\n" if $address; $rdf .= " <city>$city</city>\n" if $city; $rdf .= " <postalCode>$postcode</postalCode>\n" if $postcode; $rdf .= " <country>$country</country>\n" if $country;
openguides-commits@lists.openguides.org