diff options
author | levinse <levinse> | 2011-06-18 19:47:11 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-18 19:47:11 +0000 |
commit | d2930abc9f55ad6d879c031dbceca5cf6d6c9428 (patch) | |
tree | f82746387dac5f0c2f02cdf36ade2fc861054733 | |
parent | 09d21ddeef5b694f6b6d8c71a135af7e23424b0b (diff) |
FCC 477 reporting: fix column headings on part II B, RT13057
-rwxr-xr-x | httemplate/search/477partIIB.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index ffc6e12f5..86f75f3c9 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -70,8 +70,8 @@ my $column_value = sub { my @headers = ( '', - 'with broadband', 'without broadband', + 'with broadband', 'wholesale', ); |