Skip to content

Commit

Permalink
QA: On more sdiff visual change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 28, 2023
1 parent 356f667 commit 0aae4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router-compare.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
html_start_box('', '100%', '', '1', 'center', '');

if (get_request_var('diffmode') == 'sdiff') {
html_header(array($device1['directory'] . '/' . $device1['filename'], '', $device2['directory'] . '/' . $device2['filename']));
html_header(array($device1['directory'] . '/' . $device1['filename'], $device2['directory'] . '/' . $device2['filename']));

print "<tr height='1'><td width='50%'></td><td width='50%'></td></tr>";

Expand Down

0 comments on commit 0aae4a0

Please sign in to comment.