From 2257f627093bb9c4654f0b8f65f1d94cd62c86c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 12 Sep 2012 13:25:19 +0200 Subject: [PATCH 1/1] Use

tag instead of

. --- src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 864aed7..a5a57f6 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -11,7 +11,7 @@ <%foreach pagination.items post> <%include include/viewPost.html> <%foreachelse> -
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
+

<%= Page.Index.PostList.Text.NoPostYet|l10n|html>

<%= Page.Index.PostList.Text.FollowSomeSones|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

<%/foreach> <%include include/pagination.html pageParameter==page> -- 2.7.4