@@ -69,13 +69,13 @@ output += "<div id=\"";
69
69
output += runtime . suppressValue ( ( lineno = 0 , colno = 32 , runtime . callWrap ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "printerUtils" ) ) , "getHtmlId" ) , "printerUtils[\"getHtmlId\"]" , context , [ runtime . contextOrFrameLookup ( context , frame , "file" ) ] ) ) , env . opts . autoescape ) ;
70
70
output += "\" class=\"d2h-file-wrapper\" data-lang=\"" ;
71
71
output += runtime . suppressValue ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "file" ) ) , "language" ) , env . opts . autoescape ) ;
72
- output += "\">\n <div class=\"d2h-file-header\">\n <div class=\"d2h-file-stats\">\n <span class=\"d2h-lines-added\">\n <span>+" ;
72
+ output += "\">\n <div class=\"d2h-file-header\">\n <span class=\"d2h-file-stats\">\n <span class=\"d2h-lines-added\">\n <span>+" ;
73
73
output += runtime . suppressValue ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "file" ) ) , "addedLines" ) , env . opts . autoescape ) ;
74
74
output += "</span>\n </span>\n <span class=\"d2h-lines-deleted\">\n <span>-" ;
75
75
output += runtime . suppressValue ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "file" ) ) , "deletedLines" ) , env . opts . autoescape ) ;
76
- output += "</span>\n </span>\n </div >\n <div class=\"d2h-file-name\"> " ;
77
- output += runtime . suppressValue ( ( lineno = 10 , colno = 62 , runtime . callWrap ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "printerUtils" ) ) , "getDiffName" ) , "printerUtils[\"getDiffNam\"]" , context , [ runtime . contextOrFrameLookup ( context , frame , "file" ) ] ) ) , env . opts . autoescape ) ;
78
- output += "</div >\n </div>\n <div class=\"d2h-file-diff\">\n <div class=\"d2h-code-wrapper\">\n <table class=\"d2h-diff-table\">\n <tbody class=\"d2h-diff-tbody\">\n " ;
76
+ output += "</span>\n </span>\n </span >\n <span class=\"d2h-file-name-wrapper\">\n <span class=\"d2h-file-name\"> " ;
77
+ output += runtime . suppressValue ( ( lineno = 11 , colno = 67 , runtime . callWrap ( runtime . memberLookup ( ( runtime . contextOrFrameLookup ( context , frame , "printerUtils" ) ) , "getDiffName" ) , "printerUtils[\"getDiffNam\"]" , context , [ runtime . contextOrFrameLookup ( context , frame , "file" ) ] ) ) , env . opts . autoescape ) ;
78
+ output += "</span>\n </span >\n </div>\n <div class=\"d2h-file-diff\">\n <div class=\"d2h-code-wrapper\">\n <table class=\"d2h-diff-table\">\n <tbody class=\"d2h-diff-tbody\">\n " ;
79
79
output += runtime . suppressValue ( env . getFilter ( "safe" ) . call ( context , runtime . contextOrFrameLookup ( context , frame , "diffs" ) ) , env . opts . autoescape ) ;
80
80
output += "\n </tbody>\n </table>\n </div>\n </div>\n</div>\n" ;
81
81
if ( parentTemplate ) {
0 commit comments