Hello, I need to change the @version attribute in the html tag to 'XHTML+RDFa 1.0'. I wrote the lines above in LocalSettings but it doesn't work.
$wgHtml5 = false; $wgHtml5Version = 'XHTML+RDFa 1.0'; $wgDocType = '-//W3C//DTD XHTML+RDFa 1.0//EN'; $wgDTD = 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'; $wgMimeType = "application/xhtml+xml"; $wgNoFollowLinks = false; I'm using MediaWiki 1.17.0. Thanks, Daniel _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
