From d950d683b59a46e8712b32747c44ecaeb9945316 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 30 Oct 2013 21:21:19 -0700 Subject: [PATCH] buildbot/master: reformat task's error message. The error message is already preformated with \n newlinews, so
 is a more
appropriate tag, shows error messages with proper line-breaks.

Change-Id: Ifcf63ae4c9fa857c48bd825edb8f83f1527ed57a
---
 misc/buildbot/master/master.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/buildbot/master/master.go b/misc/buildbot/master/master.go
index f0c99233f..1f9121a9a 100644
--- a/misc/buildbot/master/master.go
+++ b/misc/buildbot/master/master.go
@@ -1150,7 +1150,7 @@ var taskHTML = `
 	
 {{if .TaskErr}}
 	

Task:

-

{{.TaskErr}}

+
{{.TaskErr}}
{{end}} {{if .TsErr}}

Error: