diff --git a/core/modules/rdf/rdf.module b/core/modules/rdf/rdf.module index 6e236f2..a49b9a8 100644 --- a/core/modules/rdf/rdf.module +++ b/core/modules/rdf/rdf.module @@ -567,8 +567,7 @@ function rdf_preprocess_image(&$variables) { function template_preprocess_rdf_metadata(&$variables) { foreach ($variables['metadata'] as $key => $attributes) { // Add a class so that developers viewing the HTML source can see why there - // are empty tags in the document. The class can also be used to set - // a CSS display:none rule in a theme where empty spans affect display. + // are empty tags in the document. $attributes['class'][] = 'rdf-meta'; $attributes['class'][] = 'hidden'; // The XHTML+RDFa doctype allows either or syntax to