diff options
| author | Yuval Adam <_@yuv.al> | 2020-10-03 17:15:06 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-10-03 17:15:06 +0300 |
| commit | 4df4ad3bd903ed13d233b34528521a0f25089406 (patch) | |
| tree | 77c7b7a12c96f38fc279b331a137fb47929f010c | |
| parent | b0e01cc8e0b5283c791b9ed5d6f2f3bc7eaa372f (diff) | |
Fix culminate colspan
| -rw-r--r-- | iss/templates/passes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index 17b9445..cb740e6 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -18,7 +18,7 @@ <tr class="pa1 f3"> <th colspan="1">Total</th> <th colspan="2">Rise</th> - <th colspan="4">Culminate</th> + <th colspan="5">Culminate</th> <th colspan="2">Set</th> </tr> <tr class="pa1 f4"> |
