Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Fix unbalanced markup in result-viewer templates. Now works correctly
Browse files Browse the repository at this point in the history
in IE. Fixes #1
  • Loading branch information
jriecken committed Feb 10, 2012
1 parent aa82f20 commit 9d2c293
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -18,7 +18,7 @@
});
</script>
<script type="text/html" id="@@prefix@@-request-tmpl">
<div class="${type}" title="${type}"><a href="#" id="@@prefix@@-req-${requestId}">${totalTime} ms</div>
<div class="${type}" title="${type}"><a href="#" id="@@prefix@@-req-${requestId}">${totalTime} ms</a></div>
</script>
<script type="text/html" id="@@prefix@@-result-tree-tmpl">
<li>
Expand Down Expand Up @@ -102,5 +102,4 @@ <h3>RPC Calls</h3>
{{/if}}
</div>
{{/if}}
</div>
</script>

0 comments on commit 9d2c293

Please sign in to comment.