| Index: experimental/webtry/templates/content.html
|
| diff --git a/experimental/webtry/templates/content.html b/experimental/webtry/templates/content.html
|
| index 684ec54e6f0933b11c66d501f9ce22f16f589447..06e2e6d4d31ba5b4c9b7b13d03c8e7bccbde98dd 100644
|
| --- a/experimental/webtry/templates/content.html
|
| +++ b/experimental/webtry/templates/content.html
|
| @@ -17,7 +17,7 @@ void draw(SkCanvas* canvas) {
|
| <img class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}.png{{end}}'/>
|
| </p>
|
|
|
| - <h2>Errors</h2>
|
| + <h2>Warnings and Errors</h2>
|
| <pre><code id='output'></code></pre>
|
| <h2>Runtime output</h2>
|
| <pre id='stdout'></pre>
|
|
|