From 5a8d5b459a959fa0f9cfacb7122c9cc9fbc8bac6 Mon Sep 17 00:00:00 2001
From: Renaud Le Gac <renaud.legac@free.fr>
Date: Sat, 31 Oct 2009 18:22:10 +0000
Subject: [PATCH] Add a tab div as a hook for test script.

---
 views/applayout.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/views/applayout.html b/views/applayout.html
index 72814a70..68c16520 100644
--- a/views/applayout.html
+++ b/views/applayout.html
@@ -30,5 +30,6 @@
 		{{for el in alibs:}}
 		<script type="text/javascript" src="{{=el}}"></script>{{pass}}
 		
+		<div id='appmain'></div>
 	</body>
 </html>
-- 
GitLab