Skip to content

Commit

Permalink
import.php: Fix display of ID column
Browse files Browse the repository at this point in the history
Fixes #1462
  • Loading branch information
reedy committed Jan 12, 2024
1 parent b2edffc commit 5e1b6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,15 @@ function die_nicely($msg) {
printf(
"<table style='border-spacing: 3'>
<tr>
<th>%s</th>
<th></th>
<th colspan='2'>%s</th>
<th>%s</th>
<th>%s</th>
<th>%s</th>
<th>%s</th>
<th>%s</th>
<th>%s</th>
<th>%s</th>
<th colspan='2'>%s</th>
<th>%s</th>
<th>%s</th>
Expand Down

0 comments on commit 5e1b6d3

Please sign in to comment.