Completed
Push — master ( 6e094f...4ef6d9 )
by Mathew
03:51 queued 01:44
created
src/Urlset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $XMLWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
39 39
 
40 40
         $XMLWriter->writeAttribute('xsi:schemaLocation',
41
-            'http://www.sitemaps.org/schemas/sitemap/0.9 ' .
41
+            'http://www.sitemaps.org/schemas/sitemap/0.9 '.
42 42
             'http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd');
43 43
 
44 44
         $XMLWriter->writeAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
Please login to merge, or discard this patch.
src/SitemapIndex.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $XMLWriter->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
39 39
 
40 40
         $XMLWriter->writeAttribute('xsi:schemaLocation',
41
-            'http://www.sitemaps.org/schemas/sitemap/0.9 ' .
41
+            'http://www.sitemaps.org/schemas/sitemap/0.9 '.
42 42
             'http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd');
43 43
 
44 44
         $XMLWriter->writeAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
Please login to merge, or discard this patch.