summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/run.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/run.html')
-rw-r--r--funcweb/funcweb/templates/run.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/funcweb/funcweb/templates/run.html b/funcweb/funcweb/templates/run.html
index cb17cdd..7ae047b 100644
--- a/funcweb/funcweb/templates/run.html
+++ b/funcweb/funcweb/templates/run.html
@@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
-<body>
- ${results.values()[0]}
+ <body>
+
+ ${results.values()[0]}
</body>
</html>