diff options
Diffstat (limited to 'wqflask/wqflask/templates/gsearch_pheno.html')
-rw-r--r-- | wqflask/wqflask/templates/gsearch_pheno.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/gsearch_pheno.html b/wqflask/wqflask/templates/gsearch_pheno.html index 581d0f7d..7dc22a88 100644 --- a/wqflask/wqflask/templates/gsearch_pheno.html +++ b/wqflask/wqflask/templates/gsearch_pheno.html @@ -132,7 +132,10 @@ 'title': "Description", 'type': "natural", 'width': "25%", - 'data': "description" + 'data': null, + 'render': function(data, type, row, meta) { + return decodeURIComponent(escape(data.description)) + } }, { 'title': "Authors", |