Skip to content
Snippets Groups Projects
Commit 358ed8bb authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-282] Merging from testing into staging -c 1431

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1450 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 3389148a
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,11 @@ if (theme_get_setting('wdn_beta')) {
if (module_exists('rdf')) {
$html = str_replace(
array('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">',
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">',
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'<head>'),
array('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$language->language.'" version="XHTML+RDFa 1.0" dir="'.$language->dir.'" '.$rdf_namespaces.'>'.PHP_EOL,
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="'.$language->language.'" version="XHTML+RDFa 1.0" dir="'.$language->dir.'" '.$rdf_namespaces.'>'.PHP_EOL,
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">',
'<head profile="'.$grddl_profile.'">'),
$html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment