buildbot/master: reformat task's error message.

The error message is already preformated with \n newlinews, so <pre> is a more
appropriate tag, shows error messages with proper line-breaks.

Change-Id: Ifcf63ae4c9fa857c48bd825edb8f83f1527ed57a
This commit is contained in:
Bill Thiede 2013-10-30 21:21:19 -07:00
parent dcf5f6abe7
commit d950d683b5
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ var taskHTML = `
<body>
{{if .TaskErr}}
<h2>Task:</h2>
<p>{{.TaskErr}}</p>
<pre>{{.TaskErr}}</pre>
{{end}}
{{if .TsErr}}
<h2>Error:</h2>