diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 3 | ||||
-rw-r--r-- | includes/theme.inc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index ad04138c7..0256ac9ce 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -113,7 +113,8 @@ function drupal_get_breadcrumb() { } /** - * Returns a string containing RDF namespaces for the html tag of a XHTML page. + * Return a string containing RDF namespaces for the <html> tag of an XHTML + * page. */ function drupal_get_rdf_namespaces() { // Serialize the RDF namespaces used in RDFa annotation. diff --git a/includes/theme.inc b/includes/theme.inc index 00b8b50af..b3c942514 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1881,7 +1881,7 @@ function template_preprocess_page(&$variables) { $variables['scripts'] = drupal_get_js(); $variables['tabs'] = theme('menu_local_tasks'); $variables['title'] = drupal_get_title(); - // RDFa annotatates XHTML with RDF data, while GRDDL provides + // RDFa allows annotation of XHTML pages with RDF data, while GRDDL provides // mechanisms for extraction of this RDF content via XSLT transformation // using an associated GRDDL profile. $variables['rdf_namespaces'] = drupal_get_rdf_namespaces(); |