diff --git a/status/index.cgi b/status/index.cgi
index 130b62aba..027fb12cd 100755
--- a/status/index.cgi
+++ b/status/index.cgi
@@ -160,9 +160,10 @@ foreach $s (@_) {
$h = $remotes[$i];
$h = $text{'index_local'} if ($h eq '*');
push(@icons, "
");
+ " title='".&html_escape($h)."'".
+ " style='padding: 0.25em 0'>");
}
- push(@cols, join("", @icons));
+ push(@cols, join("
", @icons));
}
if ($access{'edit'}) {
print &ui_checked_columns_row(\@cols, \@tds, "d", $s->{'id'});