From af8e263568d6225ecd28c8aa17b801a299de4bff Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 28 Oct 2011 12:23:15 +0900
Subject: [PATCH] Issue #1077566 by scor: (followup) remove reference to grddl.

---
 modules/system/html.tpl.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/system/html.tpl.php b/modules/system/html.tpl.php
index de56db1da157..d889b23e3840 100644
--- a/modules/system/html.tpl.php
+++ b/modules/system/html.tpl.php
@@ -11,8 +11,6 @@
  *   $language->language contains its textual representation.
  *   $language->dir contains the language direction.
  *   It will either be 'ltr' or 'rtl'.
- * - $rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
- * - $grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
  * - $head_title: A modified version of the page title, for use in the TITLE
  *   tag.
  * - $head_title_array: (array) An associative array containing the string parts
-- 
GitLab