summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-18 00:12:44 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-18 00:12:44 -0500
commit3133bf8533b8b5de2d8c9790ed200a5d299f696c (patch)
treea4c60bf984e349391cd1f98125e0ae5968458905 /funcweb
parent5b64b1d54ec002f760ad31373aa2184c8f127536 (diff)
downloadthird_party-func-3133bf8533b8b5de2d8c9790ed200a5d299f696c.tar.gz
third_party-func-3133bf8533b8b5de2d8c9790ed200a5d299f696c.tar.xz
third_party-func-3133bf8533b8b5de2d8c9790ed200a5d299f696c.zip
Clean up our result output
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/run.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/funcweb/funcweb/templates/run.html b/funcweb/funcweb/templates/run.html
index ed9a2a4..cb17cdd 100644
--- a/funcweb/funcweb/templates/run.html
+++ b/funcweb/funcweb/templates/run.html
@@ -3,9 +3,6 @@
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<body>
- <div class="results">
- <h2>${cmd}</h2>
- ${results.values()[0]}
- </div>
+ ${results.values()[0]}
</body>
</html>