From c7c1db2baf10e2edf1b4d8b57b7d09ac854ff459 Mon Sep 17 00:00:00 2001
From: gagarine <perdrisat@gmail.com>
Date: Mon, 28 May 2012 19:22:28 +0200
Subject: [PATCH] Issue #1555294: taxonomy-vocab-title-encode

---
 core/modules/taxonomy/taxonomy.module |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module
index b536b08..675700e 100644
--- a/core/modules/taxonomy/taxonomy.module
+++ b/core/modules/taxonomy/taxonomy.module
@@ -429,7 +429,7 @@ function taxonomy_term_access($op, $term) {
  * Return the vocabulary name given the vocabulary object.
  */
 function taxonomy_admin_vocabulary_title_callback(Vocabulary $vocabulary) {
-  return check_plain($vocabulary->name);
+  return $vocabulary->name;
 }
 
 /**
-- 
1.7.10.3

