Fix quotes.
--- a/test-suite/tests/.htaccess Tue Sep 03 18:13:15 2013 -0700
+++ b/test-suite/tests/.htaccess Wed Sep 04 00:22:32 2013 -0400
@@ -14,17 +14,17 @@
# Tests 0009-0011 Add link header
<FilesMatch "remote-doc-0009-in.jsonld">
- Header set Link '<remote-doc-0009-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"‘
+ Header set Link '<remote-doc-0009-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
</FilesMatch>
<FilesMatch "remote-doc-0010-in.json">
- Header set Link '<remote-doc-0010-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"‘
+ Header set Link '<remote-doc-0010-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
</FilesMatch>
<FilesMatch "remote-doc-0011-in.jldt">
- Header set Link '<remote-doc-0011-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"‘
+ Header set Link '<remote-doc-0011-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
</FilesMatch>
# Test 00012 adds multiple link headers
<FilesMatch "remote-doc-0012-in.json">
- Header set Link '<remote-doc-0012-context1.jsonld>; rel="http://www.w3.org/ns/json-ld#context"‘
- Header append Link '<remote-doc-0012-context2.jsonld>; rel="http://www.w3.org/ns/json-ld#context"‘
+ Header set Link '<remote-doc-0012-context1.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
+ Header append Link '<remote-doc-0012-context2.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
</FilesMatch>