Issue #2220649 by vaibhavjain: Fix typo in rdf.module comment

8.0.x
Jennifer Hodgdon 2014-03-20 07:24:30 -07:00
parent 7532347fae
commit ad2ffc9cae
1 changed files with 1 additions and 1 deletions

2
core/modules/rdf/rdf.module Normal file → Executable file
View File

@ -282,7 +282,7 @@ function rdf_preprocess_node(&$variables) {
$variables['attributes']['typeof'] = empty($bundle_mapping['types']) ? NULL : $bundle_mapping['types']; $variables['attributes']['typeof'] = empty($bundle_mapping['types']) ? NULL : $bundle_mapping['types'];
// Adds RDFa markup for the node title as metadata because wrapping the title // Adds RDFa markup for the node title as metadata because wrapping the title
// with markup is not reliable and the title output is different depdending on // with markup is not reliable and the title output is different depending on
// the view mode (e.g. full vs. teaser). // the view mode (e.g. full vs. teaser).
$title_mapping = $mapping->getPreparedFieldMapping('title'); $title_mapping = $mapping->getPreparedFieldMapping('title');
if ($title_mapping) { if ($title_mapping) {