From ff82e1395151593a36a23ebc7b4601df45c81411 Mon Sep 17 00:00:00 2001 From: Ilmari Karonen Date: Tue, 30 Jan 2007 16:31:55 +0000 Subject: [PATCH] fix loss of HTML formatting in table header cells --- skins/common/sorttable.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skins/common/sorttable.js b/skins/common/sorttable.js index 24877865a0..229b4c3a83 100644 --- a/skins/common/sorttable.js +++ b/skins/common/sorttable.js @@ -55,9 +55,8 @@ function ts_makeSortable(table) { // We have a first row: assume it's the header, and make its contents clickable links for (var i=0;i↓'; + cell.innerHTML += '  ↓'; } } if (alternate_row_colors) { -- 2.20.1