commit cbcf7f0cd925f0fefde4519f986ecd6a19a89c36 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Sep 23 15:02:05 2012 -0400
Don't require country code to be lower-case. --- web/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/index.html b/web/index.html index 1a597f4..ff63cf0 100755 --- a/web/index.html +++ b/web/index.html @@ -607,7 +607,7 @@ fingerprints in the URL. Lookups are case-insensitive. </td></tr> <tr><td><b>country</b></td><td>Return only relays which are located in the -given country as identified by a two-letter lower-case country code. +given country as identified by a two-letter country code. </td></tr> </table> <p>Relay and/or bridge documents in the response can be ordered and
tor-commits@lists.torproject.org