Skip to content

Commit

Permalink
DiffView: Fix displaying of diffs
Browse files Browse the repository at this point in the history
This was lost when changing the diff mechanism to
highlight only a single div, rather than all diffs
in the body.
  • Loading branch information
pieter committed Jan 19, 2009
1 parent 9c4c2a3 commit bad99be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html/views/diff/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bad99be

Please sign in to comment.