lib/html/share.html in rack-mini-profiler-0.10.1 vs lib/html/share.html in rack-mini-profiler-0.10.2
- old
+ new
@@ -1,10 +1,10 @@
<html>
<head>
- <title>{name} ({duration} ms) - Profiling Results</title>
- <script type='text/javascript' src='{path}jquery.1.7.1.js?v={version}'></script>
- <script type='text/javascript'> var profiler = {json}; </script>
- {includes}
+ <title><%= name %> (<%= duration %> ms) - Profiling Results</title>
+ <script type='text/javascript' src='<%= path %>jquery.1.7.1.js?v=<%= version %>'></script>
+ <script type='text/javascript'> var profiler = <%= json %>; </script>
+ <%= includes %>
</head>
<body>
<div class='profiler-result-full'></div>
</body>
</html>