From 3154f51d206b07c0dfc133a01fddbf6f6be54d5a Mon Sep 17 00:00:00 2001
From: Linquize <linquize@yahoo.com.hk>
Date: Thu, 9 Oct 2014 21:59:48 +0800
Subject: [PATCH] Add the missing </div>

---
 websocket-chat/src/webroot/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websocket-chat/src/webroot/index.html b/websocket-chat/src/webroot/index.html
index 212d137..f085e21 100644
--- a/websocket-chat/src/webroot/index.html
+++ b/websocket-chat/src/webroot/index.html
@@ -68,6 +68,6 @@ <h3>
 
 		<div class="span3">
 		</div>
-
+	</div>
 	</body>
 </html>