Commit a1e28ade authored by Jérome Perrin's avatar Jérome Perrin

fix exit statistics escaping html

parent e7533bc8
...@@ -28,14 +28,11 @@ ...@@ -28,14 +28,11 @@
<script id="simple-metric-template" type="text/x-handlebars-template"> <script id="simple-metric-template" type="text/x-handlebars-template">
<tr> <tr>
<td>{{metric}}</td> <td>{{metric}}</td>
<td>{{value}}</td> <td>{{{value}}}</td>
</tr> </tr>
</script> </script>
<script id="metric-object-template" type="text/x-handlebars-template"> <script id="metric-object-template" type="text/x-handlebars-template">
<tr>
<td>{{metric}}</td>
<td>
<table width='100%'> <table width='100%'>
<tbody> <tbody>
<tr> <tr>
...@@ -52,8 +49,6 @@ ...@@ -52,8 +49,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</td>
</tr>
</script> </script>
<script id="header-template" type="text/x-handlebars-template"> <script id="header-template" type="text/x-handlebars-template">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment