Fix kernel info pretty-printing We were printing the struct representation.
1 files changed, 1 insertions(+), 1 deletions(-) M public/snapshot.html
M public/snapshot.html => public/snapshot.html +1 -1
@@ 143,7 143,7 @@ <ul class="pre"> {{with .Driver}} <li id="driver">Driver: - {{.Name}} ({{.Desc}}) version {{.Version}} on {{.Kernel}} + {{.Name}} ({{.Desc}}) version {{.Version}} on {{.Kernel.String}} <ul> {{range $name, $ok := .ClientCaps}} <li>DRM_CLIENT_CAP_{{$name}}