diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index af19a42f..e1d75b43 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -169,11 +169,11 @@ Ox.DocPage = function(options, self) { + '' ) ); - test.result && $elements.push($('
' + Ox.encodeHTMLEntities(test.result) + ''
+ '' + Ox.encodeHTMLEntities(test.expected) + ''
)
)
});
@@ -183,7 +183,8 @@ Ox.DocPage = function(options, self) {
.addClass(className)
.css({marginLeft: 16 + 'px'})
.html(
- '' + self.options.item.file.replace(Ox.PATH, '')
+ ''
+ + self.options.item.file.replace(Ox.PATH, '')
+ ':' + self.options.item.line + ''
)
);