From b9f7b9c77e4a005352da30028095f704ffab6aff Mon Sep 17 00:00:00 2001 From: Jack Miner <3ch01c@gmail.com> Date: Thu, 18 Feb 2016 01:20:28 -0700 Subject: [PATCH] Fixed some relative paths. Added some doc love to README --- www/cgi-bin/moth.lua | 2 +- www/cgi-bin/puzzles.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cgi-bin/moth.lua b/www/cgi-bin/moth.lua index bf9029a..8eec67a 100644 --- a/www/cgi-bin/moth.lua +++ b/www/cgi-bin/moth.lua @@ -33,7 +33,7 @@ function moth.page(title, body) print() end print("") - print("" .. title .. "") + print("" .. title .. "") print("

" .. title .. "

") if (body) then print("
") diff --git a/www/cgi-bin/puzzles.cgi b/www/cgi-bin/puzzles.cgi index ebd26fa..5b0cd40 100755 --- a/www/cgi-bin/puzzles.cgi +++ b/www/cgi-bin/puzzles.cgi @@ -33,7 +33,7 @@ for cat, biggest in pairs(max_by_cat) do points, dirname = line:match("^(%d+) (.*)") points = tonumber(points) - body = body .. "" .. points .. " " + body = body .. "" .. points .. " " if (points > biggest) then break end