From: Ilmari Karonen Date: Tue, 30 Jan 2007 16:31:55 +0000 (+0000) Subject: fix loss of HTML formatting in table header cells X-Git-Tag: 1.31.0-rc.0~54167 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ff82e1395151593a36a23ebc7b4601df45c81411;p=lhc%2Fweb%2Fwiklou.git fix loss of HTML formatting in table header cells --- 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) {