Fossil SCM
Fix format specifier in previous commit (again)
Commit
4a43e31549a207c32270f2b275acbb8548826f0a
Parent
3e18dbefd0d6d2b…
1 file changed
+4
-3
+4
-3
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2337,13 +2337,14 @@ | ||
| 2337 | 2337 | @ </td></tr> |
| 2338 | 2338 | }else if( zBranchName ){ |
| 2339 | 2339 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2340 | 2340 | @ <td valign="top"> |
| 2341 | 2341 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2342 | - @ Mark branch <b>%s(zBranchName)</b> as "closed" so that its leafs | |
| 2343 | - @ no longer appear on the "leaves" page and are no longer labeled | |
| 2344 | - @ as a leaf "<b>Leaf</b>"</label> | |
| 2342 | + @ Mark branch | |
| 2343 | + @ <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span> | |
| 2344 | + @ as "closed" so that its leafs no longer appear on the "leaves" page | |
| 2345 | + @ and are no longer labeled as a leaf "<b>Leaf</b>"</label> | |
| 2345 | 2346 | @ </td></tr> |
| 2346 | 2347 | } |
| 2347 | 2348 | } |
| 2348 | 2349 | if(zBranchName) fossil_free(zBranchName); |
| 2349 | 2350 | |
| 2350 | 2351 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2337,13 +2337,14 @@ | |
| 2337 | @ </td></tr> |
| 2338 | }else if( zBranchName ){ |
| 2339 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2340 | @ <td valign="top"> |
| 2341 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2342 | @ Mark branch <b>%s(zBranchName)</b> as "closed" so that its leafs |
| 2343 | @ no longer appear on the "leaves" page and are no longer labeled |
| 2344 | @ as a leaf "<b>Leaf</b>"</label> |
| 2345 | @ </td></tr> |
| 2346 | } |
| 2347 | } |
| 2348 | if(zBranchName) fossil_free(zBranchName); |
| 2349 | |
| 2350 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2337,13 +2337,14 @@ | |
| 2337 | @ </td></tr> |
| 2338 | }else if( zBranchName ){ |
| 2339 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2340 | @ <td valign="top"> |
| 2341 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2342 | @ Mark branch |
| 2343 | @ <span style="font-weight:bold" id="cbranch">%h(zBranchName)</span> |
| 2344 | @ as "closed" so that its leafs no longer appear on the "leaves" page |
| 2345 | @ and are no longer labeled as a leaf "<b>Leaf</b>"</label> |
| 2346 | @ </td></tr> |
| 2347 | } |
| 2348 | } |
| 2349 | if(zBranchName) fossil_free(zBranchName); |
| 2350 | |
| 2351 |