- commit
- 9a43498
- parent
- 78d8ea1
- author
- Eric Bower
- date
- 2025-02-04 10:47:42 -0500 EST
chore: fix colspan for pr-table
1 files changed,
+1,
-1
+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>