diff --git a/views/index.html b/views/index.html index 9f50735..49bdec7 100644 --- a/views/index.html +++ b/views/index.html @@ -26,16 +26,20 @@ {if="$recent_answers"} -

Recent Answers by others:

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

Recent Answers by others:

+ + + {loop="$recent"} + + + + {/loop} + +
{$value.author} wrote that {$user_name} is {$value.word1}, {$value.word2} and {$value.word3}
+
+
{/if} {include="footer"} \ No newline at end of file