diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 22:39:17 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-01 22:39:17 +0000 |
commit | d48adba131aeb26e0ca07ecca44093892c6df542 (patch) | |
tree | 82af332202db647aa16f602d425af1d35f893900 /en/thank-you | |
parent | 4a09601150affe7f136a2912c3ffbaee767672df (diff) | |
download | www-d48adba131aeb26e0ca07ecca44093892c6df542.tar www-d48adba131aeb26e0ca07ecca44093892c6df542.tar.gz www-d48adba131aeb26e0ca07ecca44093892c6df542.tar.bz2 www-d48adba131aeb26e0ca07ecca44093892c6df542.tar.xz www-d48adba131aeb26e0ca07ecca44093892c6df542.zip |
thank-you: add missing echo
Diffstat (limited to 'en/thank-you')
-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 04f2206f4..6fc8cd74c 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -37,7 +37,7 @@ include '../../donators.inc.php'; ?></p> <ul id="donlist" class="ty-ppl-list"></ul> <p> - <?php sprintf(_t('%s Euros has been donated to Mageia.Org in the last 30 days. <a href="%s">More details</a>.'), + <?php echo sprintf(_t('%s Euros has been donated to Mageia.Org in the last 30 days. <a href="%s">More details</a>.'), '<span id="donations_30days"></span>', 'http://treasurer.mageia.org/donations.html'); ?> </p> |