From: David ‘Bombe’ Roden <bombe@pterodactylus.net>
Date: Thu, 14 Oct 2010 13:28:30 +0000 (+0200)
Subject: Add ID to posts <div>.
X-Git-Tag: 0.1-RC1~380
X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=32e6dc5478b2dc75608253932e5a50a2857d61c6;p=Sone.git

Add ID to posts <div>.
---

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>