Commit 9a43498

Eric Bower  ·  2025-02-04 10:47:42 -0500 EST
parent 78d8ea1
chore: fix colspan for pr-table
1 files changed,  +1, -1
M tmpl/pr-table.html
+1, -1
1@@ -28,7 +28,7 @@
2       </tr>
3     {{else}}
4       <tr>
5-        <td colspan="5">No patch requests found.</td>
6+        <td colspan="6">No patch requests found.</td>
7       </tr>
8     {{end}}
9   </tbody>