Some fixes for #129

This commit is contained in:
James Cole
2015-12-11 18:35:49 +01:00
parent cb49c00f4d
commit 5aff0c4943
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
{% endif %}
<tr>
<td><em>{{ 'sum'|_ }}</em></td>
<td><span class="text-danger">{{ (expenses.getTotal)|formatAmountPlain }}</span></td>
<td>{{ (expenses.getTotal)|formatAmountPlain }}</td>
</tr>
</tfoot>
</table>