Commit c4a85bf8 authored by Lakshay Bhambri's avatar Lakshay Bhambri Committed by GitHub
Browse files

Added Support For GoogleImageSitemap

parent 8bf068ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class GoogleImageSitemapGenerator extends SitemapGenerator<GoogleImageSit
		}
		
		public String getXmlNamespaces() {
			return "xmlns:codesearch=\"http://www.google.com/schemas/sitemap-image/1.1\"";
			return "xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\"";
		}

		public void render(GoogleImageSitemapUrl url, StringBuilder sb,