display file and line as 'file:line'

This commit is contained in:
rolux 2012-04-07 16:41:35 +02:00
parent 801bfeb8dd
commit 1e1bd9689b

View file

@ -179,7 +179,7 @@ Ox.DocPage = function(options, self) {
.css({marginLeft: 16 + 'px'}) .css({marginLeft: 16 + 'px'})
.html( .html(
'<code><b>' + self.options.item.file.replace(Ox.PATH, '') '<code><b>' + self.options.item.file.replace(Ox.PATH, '')
+ '</b> line ' + self.options.item.line + '</code>' + '</b>:' + self.options.item.line + '</code>'
) )
); );
$elements.push( $elements.push(