| Index: milo/appengine/frontend/templates/buildbot/pages/build.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/pages/build.html b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| index aa74da0a4519801d7706cac4517d468526037811..6a1a0fb0fd05b3f7e6750328ddf7cf1f8e9321bc 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| @@ -193,7 +193,7 @@
|
| {{ else if (startswith .Value "https://") }}
|
| <a href="{{.Value}}">{{.Value}}</a>
|
| {{ else }}
|
| - {{.Value}}
|
| + {{ .Value | formatJson }}
|
| {{ end }}
|
| </td>
|
| <td>{{$name}}</td>
|
|
|