aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/donations_who.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-12 10:44:08 +0000
commit46253bc51e3f251513b0149f0362021c86111019 (patch)
treec437973dc17a9686de898a3a408b61410d8c2e4b /tmpl/donations_who.html
parent18819a1623948c5f907c556e339b0f5b1d335524 (diff)
downloadmgatres-46253bc51e3f251513b0149f0362021c86111019.tar
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.gz
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.bz2
mgatres-46253bc51e3f251513b0149f0362021c86111019.tar.xz
mgatres-46253bc51e3f251513b0149f0362021c86111019.zip
Fix indentation
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8610 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/donations_who.html')
-rw-r--r--tmpl/donations_who.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html
index 3d1f6e0..5027585 100644
--- a/tmpl/donations_who.html
+++ b/tmpl/donations_who.html
@@ -9,13 +9,13 @@
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » who</h1>
<div class="content">
- <h1>List of people who donated money to Mageia.Org</h1>
+ <h1>List of people who donated money to Mageia.Org</h1>
- <ul>
- [%- FOR pa IN donations.sorted_pa_by_total -%]
- <li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li>
- [%- END -%]
- </ul>
+ <ul>
+ [%- FOR pa IN donations.sorted_pa_by_total -%]
+ <li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li>
+ [%- END -%]
+ </ul>
</div>
</body>
</html>