diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/24.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/24.php b/pages/account/24.php index 7f56023..71dcd52 100644 --- a/pages/account/24.php +++ b/pages/account/24.php @@ -48,7 +48,7 @@ </tr> <tr> <td class="DataTD"><?=_("Country")?>:</td> - <td class="DataTD"><input type="text" name="C" value="" size="5">(2 letter <a href="http://www.iso.org/iso/english_country_names_and_code_elements">ISO code</a>)</td> + <td class="DataTD"><input type="text" name="C" value="" size="5">(2 letter <a href="http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm">ISO code</a>)</td> </tr> <tr> <td class="DataTD"><?=_("Comments")?>:</td> |