diff options
author | Filip Komar <filip@mageia.org> | 2012-08-07 17:20:51 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2012-08-07 17:20:51 +0000 |
commit | b3079eaef34c30c1f2a07e3565cef891f7c5daec (patch) | |
tree | 8fc6105948754ef5de6fe0767c2be843d1595d88 /en/thank-you/index.php | |
parent | fcede1e1e2472d2ea98a230308ca07888261f30d (diff) | |
download | www-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/index.php')
-rw-r--r-- | en/thank-you/index.php | 2 |
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> |