diff --git a/app/node_views/results.html b/app/node_views/results.html
index 16aa329..a7559ae 100644
--- a/app/node_views/results.html
+++ b/app/node_views/results.html
@@ -44,9 +44,15 @@
DOM complexity
- - DOM elements count: {{phantomasResults.metrics.DOMelementsCount}}
- - DOM max depth: {{phantomasResults.metrics.DOMelementMaxDepth}}
- - Number of iframes: {{phantomasResults.metrics.iframesCount}}
+ -
+ DOM elements count: {{phantomasResults.metrics.DOMelementsCount}}
+
+ -
+ DOM max depth: {{phantomasResults.metrics.DOMelementMaxDepth}}
+
+ -
+ Number of iframes: {{phantomasResults.metrics.iframesCount}}
+
@@ -66,7 +72,9 @@
Duplicated DOM queries
- - Avoidable queries: {{duplicatedQueriesCountAll}}
+ -
+ Avoidable queries: {{duplicatedQueriesCountAll}}
+
@@ -75,7 +83,9 @@
Events bound
- - Events bound: {{phantomasResults.metrics.eventsBound}}
+ -
+ Events bound: {{phantomasResults.metrics.eventsBound}}
+
@@ -84,10 +94,18 @@
Bad Javascript
- - Javascript errors: {{phantomasResults.metrics.jsErrors}}
- - eval calls: {{phantomasResults.metrics.evalCalls}}
- - document.write calls: {{phantomasResults.metrics.documentWriteCalls}}
- - Console messages: {{phantomasResults.metrics.consoleMessages}}
+ -
+ Javascript errors: {{phantomasResults.metrics.jsErrors}}
+
+ -
+ eval calls: {{phantomasResults.metrics.evalCalls}}
+
+ -
+ document.write calls: {{phantomasResults.metrics.documentWriteCalls}}
+
+ -
+ Console messages: {{phantomasResults.metrics.consoleMessages}}
+
@@ -96,7 +114,9 @@
Scripts loaded
- - Scripts count: {{phantomasResults.metrics.jsCount}}
+ -
+ Scripts count: {{phantomasResults.metrics.jsCount}}
+
@@ -105,8 +125,11 @@
jQuery version
- - jQuery version: {{phantomasResults.metrics.jQueryVersion}}
- - {{phantomasResults.metrics.jQueryDifferentVersions}} versions loaded:
+
-
+ jQuery version: {{phantomasResults.metrics.jQueryVersion}}
+
+ -
+ {{phantomasResults.metrics.jQueryDifferentVersions}} versions loaded:
{{version}} &
@@ -117,8 +140,12 @@
CSS complexity
- - Rules count: {{phantomasResults.metrics.cssRules}}
- - Complex selectors: {{phantomasResults.metrics.cssComplexSelectors}}
+ -
+ Rules count: {{phantomasResults.metrics.cssRules}}
+
+ -
+ Complex selectors: {{phantomasResults.metrics.cssComplexSelectors}}
+
@@ -127,14 +154,30 @@
Bad CSS
- - Duplicated selectors: {{phantomasResults.metrics.cssDuplicatedSelectors}}
- - Empty rules: {{phantomasResults.metrics.cssEmptyRules}}
- - CSS expressions: {{phantomasResults.metrics.cssExpressions}}
- - Uses of !important: {{phantomasResults.metrics.cssImportants}}
- - Old IE fixes: {{phantomasResults.metrics.cssOldIEFixes}}
- - Old prefixes: {{phantomasResults.metrics.cssOldPropertyPrefixes}}
- - Universal * selectors: {{phantomasResults.metrics.cssUniversalSelectors}}
- - Redundant body selectors: {{phantomasResults.metrics.cssRedundantBodySelectors}}
+ -
+ Duplicated selectors: {{phantomasResults.metrics.cssDuplicatedSelectors}}
+
+ -
+ Empty rules: {{phantomasResults.metrics.cssEmptyRules}}
+
+ -
+ CSS expressions: {{phantomasResults.metrics.cssExpressions}}
+
+ -
+ Uses of !important: {{phantomasResults.metrics.cssImportants}}
+
+ -
+ Old IE fixes: {{phantomasResults.metrics.cssOldIEFixes}}
+
+ -
+ Old prefixes: {{phantomasResults.metrics.cssOldPropertyPrefixes}}
+
+ -
+ Universal * selectors: {{phantomasResults.metrics.cssUniversalSelectors}}
+
+ -
+ Redundant body selectors: {{phantomasResults.metrics.cssRedundantBodySelectors}}
+
@@ -143,7 +186,9 @@
CSS loaded
- - Stylesheets count: {{phantomasResults.metrics.cssCount}}
+ -
+ Stylesheets count: {{phantomasResults.metrics.cssCount}}
+