Skip to content

Commit 4ef6d93

Browse files
Update processing instructions spec.
1 parent 6e094f0 commit 4ef6d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/OutputSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ function it_should_generate_a_sitemap_with_links()
147147
function it_should_write_processing_instructions()
148148
{
149149
$xml = <<<XML
150-
<?xml-stylesheet type="text/xsl" href="/path/to/xslt/main-sitemap.xsl"?>
151150
<?xml version="1.0" encoding="UTF-8"?>
151+
<?xml-stylesheet type="text/xsl" href="/path/to/xslt/main-sitemap.xsl"?>
152152
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
153153
<url>
154154
<loc>http://www.example.com/english/</loc>

0 commit comments

Comments
 (0)