From 32e6dc5478b2dc75608253932e5a50a2857d61c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= <bombe@pterodactylus.net> Date: Thu, 14 Oct 2010 15:28:30 +0200 Subject: [PATCH] Add ID to posts <div>. --- 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 2b01fe3..dc0b98b 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -16,7 +16,7 @@ <h1><%= Page.Index.PostList.Title|l10n|html></h1> - <div> + <div id="posts"> <%foreach posts post> <div class="post"> <div class="author"><a href="viewSone.html?sone=<% post.sone.id>"><% post.sone.name|html></a></div> -- 2.7.4