[tor-commits] [metrics-web/master] squash! Remove one country code, add four.

karsten at torproject.org karsten at torproject.org
Tue Jan 26 16:52:17 UTC 2016


commit 1fea9125e1fa38b25254c27dd75719dc96bff376
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Jan 26 17:51:34 2016 +0100

    squash! Remove one country code, add four.
    
    Fix trivial bug in displaying Curacao on the website.
---
 website/src/org/torproject/metrics/web/graphs/Countries.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/org/torproject/metrics/web/graphs/Countries.java b/website/src/org/torproject/metrics/web/graphs/Countries.java
index 7982a8f..574fd0c 100644
--- a/website/src/org/torproject/metrics/web/graphs/Countries.java
+++ b/website/src/org/torproject/metrics/web/graphs/Countries.java
@@ -80,7 +80,7 @@ public class Countries {
     this.knownCountries.add("ci:Côte d'Ivoire".split(":"));
     this.knownCountries.add("hr;Croatia".split(";"));
     this.knownCountries.add("cu;Cuba".split(";"));
-    this.knownCountries.add("cw;Curaçao".split(";"));
+    this.knownCountries.add("cw:Curaçao".split(":"));
     this.knownCountries.add("cy;Cyprus".split(";"));
     this.knownCountries.add("cz;Czech Republic".split(";"));
     this.knownCountries.add("dk;Denmark".split(";"));



More information about the tor-commits mailing list