diff --git a/www/checkup/main.js b/www/checkup/main.js index 171b9ac3b..a1e458f34 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -906,7 +906,7 @@ define([ h('table', [ row(["Failed test number", obj.test + 1]), row(["Returned value", h('pre', code(printableValue))]), - ]), + ]) ), ]); };