From: David ‘Bombe’ Roden Date: Wed, 12 Sep 2012 11:25:19 +0000 (+0200) Subject: Use

tag instead of

. X-Git-Tag: 0.8.3^2~36 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=2257f627093bb9c4654f0b8f65f1d94cd62c86c4 Use

tag instead of

. --- 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>