Skip to content

Commit 3e0493c

Browse files
committed
adjust diff table
1 parent 72b392b commit 3e0493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
$tdf = new TableDiffFormatter();
3636
echo '<table class="diff" id="plugin__sync_diff">';
3737
echo '<tr>';
38-
echo '<th colspan="2">' . $plugin->getLang('local') . '</th>';
39-
echo '<th colspan="2">' . $plugin->getLang('remote') . '</th>';
38+
echo '<th colspan="2" width="50%">' . $plugin->getLang('local') . '</th>';
39+
echo '<th colspan="2" width="50%">' . $plugin->getLang('remote') . '</th>';
4040
echo '</tr>';
4141
echo $tdf->format($df);
4242
echo '</table>';

0 commit comments

Comments
 (0)