blob: ecd658868f0030038af9645bc8fe49c512295c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<style type="text/css">
#diff-area {
white-space: pre;
}
ins {
text-decoration: none;
background-color: lightgreen;
}
del {
text-decoration: none;
background-color: red;
}
</style>
<div>
Diff between [1] <strong><span id="diff-first"></span></strong> and
[2] <strong><span id="diff-second"></span></strong>
</div>
<hr>
<div>
[green text] -> exist in [2] but not in [1]<br>
[red text] -> exist in [1] but not in [2]
</div>
<hr>
<div id="diff-area">
</div>
|