Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Fix invalid HTML in simulation template #1094

Merged
merged 2 commits into from
Jan 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/sim_result.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,6 @@ var withData = function (data, trades) {
{{code}}
withData(data, trades)
</script>
<pre><code>{{output}}</pre></code>
<pre><code>{{output}}</code></pre>
</body>
</html>
</html>