Diff between 4d7b1d2b347423a7a79647e51b31744f3e044612 and 2e45ec63199377039f1552ed85a2d80fc80d958f

Changed Files

File Additions Deletions Status
tools/parse_companies.pl +1 -1 modified

Full Patch

diff --git a/tools/parse_companies.pl b/tools/parse_companies.pl
index 6dc358e..1746222 100755
--- a/tools/parse_companies.pl
+++ b/tools/parse_companies.pl
@@ -45,7 +45,7 @@ while (<>) {
         $next_is_name = 1;
 
     # next <td> should be company name
-    } elsif ($next_is_name && m|\<td.*\>(.*)\</td\>|) {
+    } elsif ($next_is_name && m|\<td.*\>(.*)\<|) {
         my $name = uri_decode($1);
         $name =~ s/^\s+//g; # kill leading
         $name =~ s/\s+$//g; # and trailing space