From 90576d31afd46849bc8ea60f80436885338d618b Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <renaud.legac@free.fr> Date: Thu, 7 Oct 2010 19:40:11 +0000 Subject: [PATCH] Minor bug fixed to work with web2py version 1.86.3 --- views/applayout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/applayout.html b/views/applayout.html index 997af3bf..bf83544a 100644 --- a/views/applayout.html +++ b/views/applayout.html @@ -29,7 +29,7 @@ "url": '/{{=request.application}}/configuration', "type":"remoting", "actions": { - "cfgSvc": {{=cfgSvcMethods}} + "cfgSvc": {{=XML(cfgSvcMethods)}} } }; </script> @@ -37,7 +37,7 @@ <!-- application librairies --> {{for el in alibs:}} <script type="text/javascript" src="{{=el}}"></script>{{pass}} - + <div id='appmain'></div> </body> </html> -- GitLab