DiffView: Fix displaying of diffs

This was lost when changing the diff mechanism to
highlight only a single div, rather than all diffs
in the body.
This commit is contained in:
Pieter de Bie
2009-01-19 21:41:29 +00:00
parent 9c4c2a347b
commit bad99be131
+1 -2
View File
@@ -9,8 +9,7 @@
<script type="text/javascript" charset="utf-8">
var showDiff = function(diff) {
document.getElementById("details").innerHTML = diff.escapeHTML();
highlightDiffs();
highlightDiff(diff, $("details"));
}
</script>
</head>