Fossil SCM
Fix bug in the previous check-in.
Commit
75583074336e00702f5c065badd336254c077bd347c392512eb569c32d41daa0
Parent
8017aab792dc376…
1 file changed
+1
-1
+1
-1
| --- src/stat.c | ||
| +++ src/stat.c | ||
| @@ -542,11 +542,11 @@ | ||
| 542 | 542 | |
| 543 | 543 | if( nOmitted ){ |
| 544 | 544 | @ <tr><td><a href="urllist?all"><i>Show %d(nOmitted) more...</i></a> |
| 545 | 545 | } |
| 546 | 546 | if( cnt ){ |
| 547 | - @ <tr><td>(none)</td> | |
| 547 | + @ </table> | |
| 548 | 548 | total += cnt; |
| 549 | 549 | } |
| 550 | 550 | if( P("urlonly") ){ |
| 551 | 551 | style_finish_page(); |
| 552 | 552 | return; |
| 553 | 553 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -542,11 +542,11 @@ | |
| 542 | |
| 543 | if( nOmitted ){ |
| 544 | @ <tr><td><a href="urllist?all"><i>Show %d(nOmitted) more...</i></a> |
| 545 | } |
| 546 | if( cnt ){ |
| 547 | @ <tr><td>(none)</td> |
| 548 | total += cnt; |
| 549 | } |
| 550 | if( P("urlonly") ){ |
| 551 | style_finish_page(); |
| 552 | return; |
| 553 |
| --- src/stat.c | |
| +++ src/stat.c | |
| @@ -542,11 +542,11 @@ | |
| 542 | |
| 543 | if( nOmitted ){ |
| 544 | @ <tr><td><a href="urllist?all"><i>Show %d(nOmitted) more...</i></a> |
| 545 | } |
| 546 | if( cnt ){ |
| 547 | @ </table> |
| 548 | total += cnt; |
| 549 | } |
| 550 | if( P("urlonly") ){ |
| 551 | style_finish_page(); |
| 552 | return; |
| 553 |