Skip to content

Commit bae01a7

Browse files
egonelbregopherbot
authored andcommitted
trace: add missing td tag
Change-Id: I4f99953e028a6e397c62605f39b73872abf960bd Reviewed-on: https://go-review.googlesource.com/c/net/+/670995 Reviewed-by: Sean Liao <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent 7d6e62a commit bae01a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ const eventsHTML = `
508508
<tr class="first">
509509
<td class="when">{{$el.When}}</td>
510510
<td class="elapsed">{{$el.ElapsedTime}}</td>
511-
<td>{{$el.Title}}
511+
<td>{{$el.Title}}</td>
512512
</tr>
513513
{{if $.Expanded}}
514514
<tr>

0 commit comments

Comments
 (0)