mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Merge branch 'master' into fbartho
This commit is contained in:
@@ -251,7 +251,7 @@ var showDiff = function() {
|
||||
p.insertBefore(document.createTextNode(name1 + " -> "), link);
|
||||
}
|
||||
|
||||
link.appendChild(document.createTextNode(finalFile));
|
||||
link.appendChild(document.createTextNode(finalFile.unEscapeHTML()));
|
||||
button.setAttribute("representedFile", finalFile);
|
||||
link.setAttribute("representedFile", finalFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user