From d1be9f04d2b102f6879f86d24ddda293c1811803 Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 18 Aug 2014 16:56:02 +0200 Subject: [PATCH] fixed fuckup --- views/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index 658fc2d..352226d 100644 --- a/views/index.html +++ b/views/index.html @@ -25,13 +25,13 @@ -{if="$recent_answers"} +{if="$recent_public"}

Recent Answers by others:

- {loop="$recent"} + {loop="$words"}
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}