Fossil SCM
Fix encoding of hyperlinks synthesized by the manifest parser.
Commit
55e9a2ff097a7b36700199724eb49128d591898a40c76735da900bed42c05918
Parent
3d1a1ec0e3809f8…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -2734,11 +2734,11 @@ | ||
| 2734 | 2734 | } |
| 2735 | 2735 | zName = p->aTag[i].zName; |
| 2736 | 2736 | zValue = p->aTag[i].zValue; |
| 2737 | 2737 | if( strcmp(zName, "*branch")==0 ){ |
| 2738 | 2738 | blob_appendf(&comment, |
| 2739 | - " Move to branch [/timeline?r=%h&nd&dp=%!S&unhide | %h].", | |
| 2739 | + " Move to branch [/timeline?r=%t&nd&dp=%!S&unhide | %h].", | |
| 2740 | 2740 | zValue, zTagUuid, zValue); |
| 2741 | 2741 | branchMove = 1; |
| 2742 | 2742 | continue; |
| 2743 | 2743 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 2744 | 2744 | blob_appendf(&comment, |
| 2745 | 2745 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -2734,11 +2734,11 @@ | |
| 2734 | } |
| 2735 | zName = p->aTag[i].zName; |
| 2736 | zValue = p->aTag[i].zValue; |
| 2737 | if( strcmp(zName, "*branch")==0 ){ |
| 2738 | blob_appendf(&comment, |
| 2739 | " Move to branch [/timeline?r=%h&nd&dp=%!S&unhide | %h].", |
| 2740 | zValue, zTagUuid, zValue); |
| 2741 | branchMove = 1; |
| 2742 | continue; |
| 2743 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 2744 | blob_appendf(&comment, |
| 2745 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -2734,11 +2734,11 @@ | |
| 2734 | } |
| 2735 | zName = p->aTag[i].zName; |
| 2736 | zValue = p->aTag[i].zValue; |
| 2737 | if( strcmp(zName, "*branch")==0 ){ |
| 2738 | blob_appendf(&comment, |
| 2739 | " Move to branch [/timeline?r=%t&nd&dp=%!S&unhide | %h].", |
| 2740 | zValue, zTagUuid, zValue); |
| 2741 | branchMove = 1; |
| 2742 | continue; |
| 2743 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 2744 | blob_appendf(&comment, |
| 2745 |