From f5a124bb84a2417ab0aae6e9ee1dd31726545738 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 14 Sep 2008 18:33:31 +0000 Subject: [PATCH] Fix whitespace --- skins/common/wikibits.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 46e814cebe..514714d3da 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -638,12 +638,12 @@ function ts_resortTable(lnk) { var arrowHTML; if (reverse) { - arrowHTML = '↓'; - newRows.reverse(); - span.setAttribute('sortdir','up'); + arrowHTML = '↓'; + newRows.reverse(); + span.setAttribute('sortdir','up'); } else { - arrowHTML = '↑'; - span.setAttribute('sortdir','down'); + arrowHTML = '↑'; + span.setAttribute('sortdir','down'); } // We appendChild rows that already exist to the tbody, so it moves them rather than creating new ones -- 2.20.1