| | @@ -2596,12 +2596,11 @@ |
| 2596 | 2596 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2597 | 2597 | @ <td valign="top"> |
| 2598 | 2598 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2599 | 2599 | @ Mark branch |
| 2600 | 2600 | @ <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span> |
| 2601 | | - @ as "closed" so that its leafs no longer appear on the "leaves" page |
| 2602 | | - @ and are no longer labeled as a leaf "<b>Leaf</b>"</label> |
| 2601 | + @ as "closed".</label> |
| 2603 | 2602 | @ </td></tr> |
| 2604 | 2603 | } |
| 2605 | 2604 | } |
| 2606 | 2605 | if( zBranchName ) fossil_free(zBranchName); |
| 2607 | 2606 | |
| 2608 | 2607 | |