Empty commit

This commit is contained in:
Git 2014-03-12 08:00:45 +00:00
parent ac9fc638eb
commit 96f6aa69fe
2 changed files with 4 additions and 1 deletions

View File

@ -529,7 +529,7 @@ public static function format_username($UserID, $Badges = false, $IsWarned = tru
$IconImage = STATIC_SERVER . "common/symbols/donor_{$DonorHeart}.png";
}
}
$Str .= "<a href=\"$IconLink\"><img class=\"donor_icon tooltip\" src=\"$IconImage\" alt=\"$IconText\" title=\"$IconText\" /></a>";
$Str .= "<a target=\"_blank\" href=\"$IconLink\"><img class=\"donor_icon tooltip\" src=\"$IconImage\" alt=\"$IconText\" title=\"$IconText\" /></a>";
}
}

View File

@ -1,5 +1,8 @@
CHANGE LOG
2014-03-12 by Ajax
Open donor icon links in a new tab
2014-02-27 by alderaan
Increase the size of the Reports v2 "report comment" text box from 45 to 70