diff -r c1e5b9f19483 -r c74815729afd runtime/NevowServer.py --- a/runtime/NevowServer.py Thu Aug 17 17:25:17 2017 +0300 +++ b/runtime/NevowServer.py Fri Aug 18 12:36:31 2017 +0300 @@ -118,12 +118,12 @@ class WebInterface(athena.LivePage): docFactory = loaders.stan([tags.raw(xhtml_header), - tags.html(xmlns="http://www.w3.org/1999/xhtml")[ - tags.head(render=tags.directive('liveglue')), - tags.body[ - tags.div[ - tags.div(render=tags.directive("MainPage")) - ]]]]) + tags.html(xmlns="http://www.w3.org/1999/xhtml")[ + tags.head(render=tags.directive('liveglue')), + tags.body[ + tags.div[ + tags.div(render=tags.directive("MainPage")) + ]]]]) MainPage = MainPage() PLCHMI = PLCHMI