? nodewords-587248.patch
Index: nodewords.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodewords/Attic/nodewords.module,v
retrieving revision 1.57.2.153
diff -u -p -r1.57.2.153 nodewords.module
--- nodewords.module	25 Sep 2009 09:56:37 -0000	1.57.2.153
+++ nodewords.module	25 Sep 2009 10:43:05 -0000
@@ -842,7 +842,7 @@ function nodewords_output_tags($tags) {
     if (isset($tags_info[$parts[0]]['tag:template'][$parts[1]])) {
       $replace = array(
         '%name' => check_plain($parts[1]),
-        '%content' => check_plain($content),
+        '%content' => check_plain(html_entity_decode($content)),
         '%attributes' => empty($tags_info[$parts[0]]['tag:attributes'][$parts[1]]) ? '' : drupal_attributes($tags_info[$parts[0]]['tag:attributes'][$parts[1]]),
       );
       $template = $tags_info[$parts[0]]['tag:template'][$parts[1]];
