diff options
author | Damien Lallement <dams@mageia.org> | 2011-11-21 13:50:52 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-11-21 13:50:52 +0000 |
commit | 21482ab5f54a37924321f3a6862bddf22e0ff15f (patch) | |
tree | d9f1dd1ec96f6d1411c37ca6a906c7b3f74e7dbf /en/thank-you | |
parent | cf3b14554e782187e08f1d6663e6d02d3db3d50b (diff) | |
download | www-21482ab5f54a37924321f3a6862bddf22e0ff15f.tar www-21482ab5f54a37924321f3a6862bddf22e0ff15f.tar.gz www-21482ab5f54a37924321f3a6862bddf22e0ff15f.tar.bz2 www-21482ab5f54a37924321f3a6862bddf22e0ff15f.tar.xz www-21482ab5f54a37924321f3a6862bddf22e0ff15f.zip |
- fix typo to display 'anonymous'
- update call to 'html_donators_list' to provide '$anonymous'
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 c7ea351da..8a0a2d0ab 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -26,7 +26,7 @@ <p>It would not have either, without help and donation from many people and organizations. This page is here to remind of their contribution to this project.</p> - <?php echo html_donators_list($donators); ?> + <?php echo html_donators_list($donators,$anonymous); ?> <p>Great places and teams that welcomed us and offerred us some tea, coffee, seats and advice (mostly in Paris for now):</p> |