Issue #2107699 by InternetDevels, djevans: Output the RDFa prefix mappings on the same line.
parent
48ce65ba48
commit
71d2e5ac03
|
@ -259,7 +259,7 @@ function rdf_preprocess_html(&$variables) {
|
|||
$variables['html_attributes']['prefix'] = array();
|
||||
}
|
||||
foreach(rdf_get_namespaces() as $prefix => $uri) {
|
||||
$variables['html_attributes']['prefix'][] = $prefix . ': ' . $uri . "\n";
|
||||
$variables['html_attributes']['prefix'][] = $prefix . ': ' . $uri . " ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue