]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: fix za_ngi_topo quoting
authorGrant Slater <git@firefishy.com>
Sun, 5 Jun 2016 19:22:57 +0000 (20:22 +0100)
committerGrant Slater <git@firefishy.com>
Sun, 5 Jun 2016 19:22:57 +0000 (20:22 +0100)
cookbooks/imagery/recipes/za_ngi_topo.rb

index 9bfac98c8a0182efdf74be75d646ddb4c54c9e7f..e2d8547e500ada589885cf244ce45f17e74f6dbb 100644 (file)
@@ -30,7 +30,7 @@ imagery_layer "za_ngi_topo_250k" do
   title "NGI Topo 250k"
   projection "EPSG:3857"
   source "/data/imagery/za/ngi-250k/ngi-topo-250k-combined.vrt"
-  copyright "State Copyright &copy; 1996&ndash;2010 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>"
+  copyright 'State Copyright &copy; 1996&ndash;2010 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>'
 end
 
 imagery_layer "za_ngi_topo_50k" do
@@ -38,5 +38,5 @@ imagery_layer "za_ngi_topo_50k" do
   title "NGI Topo 50k"
   projection "EPSG:3857"
   source "/data/imagery/za/ngi-50k/ngi-topo-50k-combined.vrt"
-  copyright "State Copyright &copy; 1996&ndash;2013 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>"
+  copyright 'State Copyright &copy; 1996&ndash;2013 <a href="http://www.ngi.gov.za/">Chief Directorate: National Geo-spatial Information</a>'
 end