Ignore:
Timestamp:
Nov 1, 2017, 7:24:34 AM (8 years ago)
Author:
g7moreau
Message:
  • Many small improvment and error &nbsp ->   ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sorttable-klask.js

    r85 r344  
    101101            sortrevind = document.createElement('span');
    102102            sortrevind.id = "sorttable_sortrevind";
    103             sortrevind.innerHTML = stIsIE ? '&nbsp<font face="webdings">5</font>' : '&nbsp;&#x25B4;';
     103            sortrevind.innerHTML = stIsIE ? '&nbsp;<font face="webdings">5</font>' : '&nbsp;&#x25B4;';
    104104            this.appendChild(sortrevind);
    105105            return;
     
    114114            sortfwdind = document.createElement('span');
    115115            sortfwdind.id = "sorttable_sortfwdind";
    116             sortfwdind.innerHTML = stIsIE ? '&nbsp<font face="webdings">6</font>' : '&nbsp;&#x25BE;';
     116            sortfwdind.innerHTML = stIsIE ? '&nbsp;<font face="webdings">6</font>' : '&nbsp;&#x25BE;';
    117117            this.appendChild(sortfwdind);
    118118            return;
     
    135135          sortfwdind = document.createElement('span');
    136136          sortfwdind.id = "sorttable_sortfwdind";
    137           sortfwdind.innerHTML = stIsIE ? '&nbsp<font face="webdings">6</font>' : '&nbsp;&#x25BE;';
     137          sortfwdind.innerHTML = stIsIE ? '&nbsp;<font face="webdings">6</font>' : '&nbsp;&#x25BE;';
    138138          this.appendChild(sortfwdind);
    139139
Note: See TracChangeset for help on using the changeset viewer.