diff --git a/lib/WebGUI/Wobject/DownloadManager.pm b/lib/WebGUI/Wobject/DownloadManager.pm
index c5348e365..94d4e4c24 100644
--- a/lib/WebGUI/Wobject/DownloadManager.pm
+++ b/lib/WebGUI/Wobject/DownloadManager.pm
@@ -42,9 +42,9 @@ sub sortByColumn {
$output .= '">'.$_[1].'';
if ($session{form}{sort} eq $_[0]) {
if ($session{form}{sortDirection} eq "desc") {
- $output .= '
';
+ $output .= '
';
} else {
- $output .= '
';
+ $output .= '
';
}
}
return $output;