projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cbc53
)
MDL-20935 removing entity decoding because seemingly nobody knows why it is there...
author
Petr Skoda
<skodak@moodle.org>
Thu, 17 Dec 2009 13:47:35 +0000
(13:47 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Thu, 17 Dec 2009 13:47:35 +0000
(13:47 +0000)
lib/outputrenderers.php
patch
|
blob
|
history
diff --git
a/lib/outputrenderers.php
b/lib/outputrenderers.php
index 18c91b34ed58f96edf9e51f5142307eb0afb5c2e..43f4af31f2f79dec36cc05316ee23388499a606a 100644
(file)
--- a/
lib/outputrenderers.php
+++ b/
lib/outputrenderers.php
@@
-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';