app: add html5 doctype
[hcoop/portal.git] / balances.mlt
index d565cca..b18d2bf 100644 (file)
@@ -59,7 +59,7 @@ elseif $"mod" <> "" then
 
 <h3>Manage current balances</h3>
 
-<table>
+<table class="data">
 <% foreach balance in Balance.listBalances () do
        total := Util.add (total, #amount balance) %>
        <tr> <td><% Web.html (#name balance) %></td> <td><% #amount balance %></td> <td><a href="balances?mod=<% #id balance %>">[Modify]</a> <a href="balances?del=<% #id balance %>">[Delete]</a></td> </tr>