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