@@ -138,7 +138,7 @@ |
||
138 | 138 | public function export($rdf_content = '') |
139 | 139 | { |
140 | 140 | header('Content-Type: application/rdf+xml; charset=' . $this->encoding, |
141 | - true, 200); |
|
141 | + true, 200); |
|
142 | 142 | echo $this->makeRDF($rdf_content); |
143 | 143 | } |
144 | 144 |