From e14d9f605987898b02beacc3c124360eecaa9fd2 Mon Sep 17 00:00:00 2001 From: Renard Date: Sat, 14 Mar 2020 14:08:09 -0300 Subject: Fix nombre variable --- cgi/templates/manage/recent.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index 1e72d88..510d1b7 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -15,21 +15,20 @@ - #{posts['id']} - /#{posts['boardid']}/ - #{posts['file']} - #{posts['timestamp']} - #{posts['message']} + #{post['id']} + /#{post['boardid']}/ + #{post['file']} + #{post['timestamp']} + #{post['message']} - #{posts['ip']} + #{post['ip']} - - + -- cgit v1.2.1-18-gbd029