runtime/NevowServer.py
changeset 1767 c74815729afd
parent 1756 08e4394ff4fb
child 1776 81aa8aaccdd4
--- 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