Index: trunk/extensions/SemanticMediaWiki/specials/SMWAdmin/SMW_SpecialSMWAdmin.php |
— | — | @@ -43,7 +43,7 @@ |
44 | 44 | $wgOut->disable(); // raw output |
45 | 45 | ob_start(); |
46 | 46 | print "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\" dir=\"ltr\">\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>Setting up Storage for Semantic MediaWiki</title></head><body><p><pre>"; |
47 | | - header( "Content-type: application/rdf+xml; charset=UTF-8" ); |
| 47 | + header( "Content-type: text/html; charset=UTF-8" ); |
48 | 48 | $result = smwfGetStore()->setup(); |
49 | 49 | print '</pre></p>'; |
50 | 50 | if ($result === true) { |