diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/tablesort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc index 7a3fcf1ee..e80eb544f 100644 --- a/includes/tablesort.inc +++ b/includes/tablesort.inc @@ -85,7 +85,7 @@ function tablesort_header($cell, $header, $ts) { $ts['sort'] = 'asc'; } $title = t('sort by %s', array('%s' => $cell['data'])); - $cell['data'] = l($cell['data'] . $image, $_GET['q'], array('title' => $title), 'sort="'. $ts['sort'] .'&order='. urlencode($cell['data']). $ts['query_string']); + $cell['data'] = l($cell['data'] . $image, $_GET['q'], array('title' => $title), 'sort='. $ts['sort'] .'&order='. urlencode($cell['data']). $ts['query_string']); unset($cell['field'], $cell['sort']); } |