MDL-20935 removing entity decoding because seemingly nobody knows why it is there...
authorPetr Skoda <skodak@moodle.org>
Thu, 17 Dec 2009 13:47:35 +0000 (13:47 +0000)
committerPetr Skoda <skodak@moodle.org>
Thu, 17 Dec 2009 13:47:35 +0000 (13:47 +0000)
lib/outputrenderers.php

index 18c91b34ed58f96edf9e51f5142307eb0afb5c2e..43f4af31f2f79dec36cc05316ee23388499a606a 100644 (file)
@@ -1879,7 +1879,7 @@ class core_renderer extends renderer_base {
                                 'class' => $cell->get_classes_string(),
                                 'abbr' => $cell->abbr,
                                 'scope' => $cell->scope,
-                                'title' => html_entity_decode($cell->title));
+                                'title' => $cell->title);
                         $tagtype = 'td';
                         if ($cell->header === true) {
                             $tagtype = 'th';