Fossil SCM
Add a missing closing LI tag for the /tkthistory page.
Commit
2d0b2bda87ddea99a27ff48967a51998d92c752748e3e2486811764cb57be204
Parent
c3e7ed308900482…
1 file changed
+1
+1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1294,10 +1294,11 @@ | ||
| 1294 | 1294 | ticket_output_change_artifact(pTicket, "a", nChng); |
| 1295 | 1295 | } |
| 1296 | 1296 | } |
| 1297 | 1297 | manifest_destroy(pTicket); |
| 1298 | 1298 | } |
| 1299 | + @ </li> | |
| 1299 | 1300 | } |
| 1300 | 1301 | db_finalize(&q); |
| 1301 | 1302 | if( nChng ){ |
| 1302 | 1303 | @ </ol> |
| 1303 | 1304 | } |
| 1304 | 1305 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1294,10 +1294,11 @@ | |
| 1294 | ticket_output_change_artifact(pTicket, "a", nChng); |
| 1295 | } |
| 1296 | } |
| 1297 | manifest_destroy(pTicket); |
| 1298 | } |
| 1299 | } |
| 1300 | db_finalize(&q); |
| 1301 | if( nChng ){ |
| 1302 | @ </ol> |
| 1303 | } |
| 1304 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1294,10 +1294,11 @@ | |
| 1294 | ticket_output_change_artifact(pTicket, "a", nChng); |
| 1295 | } |
| 1296 | } |
| 1297 | manifest_destroy(pTicket); |
| 1298 | } |
| 1299 | @ </li> |
| 1300 | } |
| 1301 | db_finalize(&q); |
| 1302 | if( nChng ){ |
| 1303 | @ </ol> |
| 1304 | } |
| 1305 |