diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi
index a1d0ae72f..b920724de 100755
--- a/html/cgi-bin/tor.cgi
+++ b/html/cgi-bin/tor.cgi
@@ -321,7 +321,13 @@ END
foreach my $country_name (sort @country_names) {
my $country_code = Locale::Country::country2code($country_name);
$country_code = uc($country_code);
- print "\n";
+ print "\n";
}
print <