##// END OF EJS Templates
hgweb: fix {diff} expansion in JSON template...
Yuya Nishihara -
r37420:546dc42c default
parent child Browse files
Show More
@@ -142,7 +142,7 b" filediff = '\\{"
142 "author": {author|utf8|json},
142 "author": {author|utf8|json},
143 "parents": [{join(parent%changesetparent, ", ")}],
143 "parents": [{join(parent%changesetparent, ", ")}],
144 "children": [{join(child%changesetparent, ", ")}],
144 "children": [{join(child%changesetparent, ", ")}],
145 "diff": [{join(diff%diffblock, ", ")}]
145 "diff": [{join(diff, ", ")}]
146 }'
146 }'
147 diffblock = '\{
147 diffblock = '\{
148 "blockno": {blockno|json},
148 "blockno": {blockno|json},
General Comments 0
You need to be logged in to leave comments. Login now