diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-02 09:11:50 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-02 09:11:50 +0000 |
commit | cb2468d790fe7bb1da99b3af050b46114efd5e84 (patch) | |
tree | eef7776e65845efad68d39d6a278b612bbee8a55 /en/about/reports | |
parent | fa8ffcf009c5cef0d3db0b238c32778f905787f0 (diff) | |
download | www-cb2468d790fe7bb1da99b3af050b46114efd5e84.tar www-cb2468d790fe7bb1da99b3af050b46114efd5e84.tar.gz www-cb2468d790fe7bb1da99b3af050b46114efd5e84.tar.bz2 www-cb2468d790fe7bb1da99b3af050b46114efd5e84.tar.xz www-cb2468d790fe7bb1da99b3af050b46114efd5e84.zip |
text changes
Diffstat (limited to 'en/about/reports')
-rw-r--r-- | en/about/reports/2011/index.php | 2 | ||||
-rw-r--r-- | en/about/reports/2012/index.php | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/en/about/reports/2011/index.php b/en/about/reports/2011/index.php index 9418b7565..0af0ba638 100644 --- a/en/about/reports/2011/index.php +++ b/en/about/reports/2011/index.php @@ -14,7 +14,7 @@ S; $intro = <<<S <p>Here is our financial report for 2011.</p> - <ul> + <ul class="hl"> <li>Read the <a href="mageia_rapport_financier_2011_fr.pdf" hreflang="fr">French, original report</a> or the <a href="mageia_financial_report_2011_en.pdf" hreflang="en">English translation</a> (both are PDF documents).</li> diff --git a/en/about/reports/2012/index.php b/en/about/reports/2012/index.php index 2e915149c..9ca7ea7dc 100644 --- a/en/about/reports/2012/index.php +++ b/en/about/reports/2012/index.php @@ -15,8 +15,6 @@ $js_data2_values = <<<S S; $intro = <<<S - <p>Here is our current financial report for 2012.</p> - <ul> <li>Get the <a href="mageia-financial-report-2012.csv">raw report data</a> (CSV document, licensed under <a href="http://opendatacommons.org/licenses/odbl/1.0/">ODbL 1.0</a>). @@ -25,7 +23,7 @@ $intro = <<<S S; $last_known_account_title = sprintf('Account status on December 31<sup>st</sup>, %s', $year); -$last_known_account_title = sprintf('Last known account status'); +$last_known_account_title = sprintf('Account status'); include '../template.php'; |