diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
commit | a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4 (patch) | |
tree | 87033ec419e702a2999fdc128429be03260007ab /includes/common.inc | |
parent | f91cfba34f045c6dd2ca7a2fc48b9df1496f4e74 (diff) | |
download | brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.gz brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.bz2 |
- Patch #332980 by scor and keith.smith: documentation improvements + typo fixed.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 2 insertions, 1 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. |