Index: experimental/webtry/templates/content.html |
diff --git a/experimental/webtry/templates/content.html b/experimental/webtry/templates/content.html |
index bf27f3e80f61c1c67e2b19cb3cd6fc2ff798f0b9..7e872d0848d1061ea408db4ad8b66c2038c996b7 100644 |
--- a/experimental/webtry/templates/content.html |
+++ b/experimental/webtry/templates/content.html |
@@ -56,9 +56,9 @@ |
</p> |
<p id='zoomHex'></p> |
- <h2>Warnings and Errors</h2> |
- <pre id="output"></pre> |
- <h2>Runtime output</h2> |
- <pre id="stdout"></pre> |
- |
+ <div id="output-wrapper"> |
+ <h2>Build Issues (click errors to jump to that line)</h2> |
+ <pre id="output"></pre> |
+ </div> |
+ |
</section> |