aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/2012/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/about/reports/2012/index.php')
-rw-r--r--en/about/reports/2012/index.php4
1 files changed, 1 insertions, 3 deletions
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';