# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/lib/outputrenderers.php
--- moodle/lib/outputrenderers.php Base (1.49)
+++ moodle/lib/outputrenderers.php Locally Modified (Based On 1.49)
@@ -2203,7 +2203,8 @@
                                 'id' => $cell->id,
                                 'class' => $cell->get_classes_string(),
                                 'abbr' => $cell->abbr,
-                                'scope' => $cell->scope);
+                                'scope' => $cell->scope,
+                                'title' => html_entity_decode($cell->title));
                         $tagtype = 'td';
                         if ($cell->header === true) {
                             $tagtype = 'th';
