aboutsummaryrefslogtreecommitdiffstats
path: root/en/thank-you
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2012-08-07 17:20:51 +0000
committerFilip Komar <filip@mageia.org>2012-08-07 17:20:51 +0000
commitb3079eaef34c30c1f2a07e3565cef891f7c5daec (patch)
tree8fc6105948754ef5de6fe0767c2be843d1595d88 /en/thank-you
parentfcede1e1e2472d2ea98a230308ca07888261f30d (diff)
downloadwww-b3079eaef34c30c1f2a07e3565cef891f7c5daec.tar
www-b3079eaef34c30c1f2a07e3565cef891f7c5daec.tar.gz
www-b3079eaef34c30c1f2a07e3565cef891f7c5daec.tar.bz2
www-b3079eaef34c30c1f2a07e3565cef891f7c5daec.tar.xz
www-b3079eaef34c30c1f2a07e3565cef891f7c5daec.zip
relative link on thank-you page
Diffstat (limited to 'en/thank-you')
-rw-r--r--en/thank-you/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/thank-you/index.php b/en/thank-you/index.php
index 098498650..b2c0f6e69 100644
--- a/en/thank-you/index.php
+++ b/en/thank-you/index.php
@@ -33,7 +33,7 @@ include '../../donators.inc.php';
<p><?php
$pp = html_donators_list($donators, $anonymous);
echo sprintf(_t('%d amazing people %sdonated money%s to Mageia.Org:'),
- $pp['count'], '<a href="/donate/">', '</a>');
+ $pp['count'], '<a href="../donate/">', '</a>');
?></p>
<?php echo $pp['list']; ?>
</div></div>