Merge branch 'master' into fbartho

This commit is contained in:
Frederic Barthelemy
2010-05-04 14:50:46 -07:00
30 changed files with 110 additions and 33 deletions
+1 -1
View File
@@ -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);