Author: dom Date: 2010-04-28 19:06:01 +0100 (Wed, 28 Apr 2010) New Revision: 1288
Modified: website/preview/includes/cities_list.inc Log: fix order
Modified: website/preview/includes/cities_list.inc =================================================================== --- website/preview/includes/cities_list.inc 2010-04-28 18:05:18 UTC (rev 1287) +++ website/preview/includes/cities_list.inc 2010-04-28 18:06:01 UTC (rev 1288) @@ -35,12 +35,12 @@ <th></th> </tr> <tr> - <td><a href="http://brussels.openguides.org/">Brussels</a></td> + <td><a href="http://bahrain.openguides.org/">Bahrain</a></td> <td><a href="http://cern.openguides.org/">CERN</a></td> <td></td> </tr> <tr> - <td><a href="http://bahrain.openguides.org/">Bahrain</a></td> + <td><a href="http://brussels.openguides.org/">Brussels</a></td> <td></td> </tr>
openguides-commits@lists.openguides.org