diff options
author | ivan <ivan> | 2009-01-07 00:27:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-01-07 00:27:33 +0000 |
commit | 35cf428c7c4f9f67125f8a648acb87304f0844b5 (patch) | |
tree | c57884821e8aa59b93ada35b909d6ced3cfcf5b6 | |
parent | c0d2966d7971ab56140588f78df4896e060e3260 (diff) |
country code is two words
-rw-r--r-- | httemplate/browse/rate_region.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/rate_region.html b/httemplate/browse/rate_region.html index b423e6d54..b454a9e74 100644 --- a/httemplate/browse/rate_region.html +++ b/httemplate/browse/rate_region.html @@ -77,7 +77,7 @@ if ( $cgi->param('countrycode') =~ /^(\d+)$/ ) { } my $html_posttotal = - '(show countrycode: '. + '(show country code: '. qq(<SELECT NAME="countrycode" onChange="$countrycode_filter_change">). qq(<OPTION VALUE="">(all)). join("\n", map { qq(<OPTION VALUE="$_"). |