[FIX] Fix donors, missing closing th tag

This commit is contained in:
Sebastian Grewe 2013-10-21 15:55:59 +02:00
parent c89831943b
commit 1bb5ca3c2d

View File

@ -9,7 +9,7 @@
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th align="right">%<th> <th align="right">%</th>
<th align="right" style="padding-right: 25px">{$GLOBAL.config.currency} Total</th> <th align="right" style="padding-right: 25px">{$GLOBAL.config.currency} Total</th>
</tr> </tr>
</thead> </thead>