make the displaying of multiple trackers in the web ui a bit nicer

This commit is contained in:
Mitchell Livingston
2008-10-30 01:47:25 +00:00
parent 74f9ce520b
commit 25c4e1c886

View File

@@ -922,7 +922,7 @@ Transmission.prototype =
if( total_tracker == null )
total_tracker = tracker;
else if ( total_tracker.search ( tracker ) == -1 )
total_tracker += '/' + tracker;
total_tracker += ', ' + tracker;
if( t._is_private )
have_private = true;
else