diff --git a/abrechenbarkeit.lua b/abrechenbarkeit.lua
index 17e08f4..84fafc7 100755
--- a/abrechenbarkeit.lua
+++ b/abrechenbarkeit.lua
@@ -248,7 +248,7 @@ local function r_user(username)
]], amount * type, ({ [-1] = "-", [1] = "+" })[type], amount / 100,
({ [-1] = "neg", [1] = "pos" })[type]))
@@ -257,18 +257,18 @@ local function r_user(username)
print("")
print([[
]])
print("")
@@ -277,7 +277,7 @@ end
local function r_log(filter)
return respond(200, "Abrechnungen", function()
- print("
")
+ print([[
]])
print("
Time
Username
Amount
P.-Barcode
P.-Count
Comment
")
for time, username, amount, pcode, pcount, comment in read_log() do
if filter == nil or filter == username then
@@ -293,7 +293,7 @@ local function r_log(filter)
@@ -403,8 +403,8 @@ local function r_products()
-
-
+
+
]])
- print("