diff --git a/cmd/http/public/transactions.html b/cmd/http/public/transactions.html index d36dd8c..b72388e 100644 --- a/cmd/http/public/transactions.html +++ b/cmd/http/public/transactions.html @@ -62,13 +62,13 @@ for (var t of transactions) { result += `` result += ` ${t[0].Date}` - result += ` ${t[0].Description}` - result += ` ` + result += ` ` + result += ` `
${t[0].Description}` for (var delta of t) { result += ` ` - result += ` ` - result += ` ` - result += ` ` + result += ` ` + result += ` ` + result += ` ` result += ` ` } result += `
${delta.Name}${delta.Currency}${delta.Value}${delta.Name.split(":")[0]} :${delta.Name.split(":").slice(1, 100).join(":")}${delta.Currency}${delta.Value}