Fossil SCM
Remove a surplus space character following the user name in the description of check-ins.
Commit
0ea8ed34a1b8e604a82d3ae43f244afaa7c0f06e
Parent
82476370d0b1c4c…
1 file changed
+1
-2
+1
-2
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -950,12 +950,11 @@ | ||
| 950 | 950 | hyperlink_to_uuid(zVers); |
| 951 | 951 | if( zBr && zBr[0] ){ |
| 952 | 952 | @ on branch %z(href("%R/timeline?r=%T",zBr))%h(zBr)</a> |
| 953 | 953 | } |
| 954 | 954 | @ - %w(zCom) (user: |
| 955 | - hyperlink_to_user(zUser,zDate,""); | |
| 956 | - @ ) | |
| 955 | + hyperlink_to_user(zUser,zDate,")"); | |
| 957 | 956 | if( g.perm.Hyperlink ){ |
| 958 | 957 | @ %z(href("%R/annotate?checkin=%S&filename=%T",zVers,zName)) |
| 959 | 958 | @ [annotate]</a> |
| 960 | 959 | } |
| 961 | 960 | cnt++; |
| 962 | 961 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -950,12 +950,11 @@ | |
| 950 | hyperlink_to_uuid(zVers); |
| 951 | if( zBr && zBr[0] ){ |
| 952 | @ on branch %z(href("%R/timeline?r=%T",zBr))%h(zBr)</a> |
| 953 | } |
| 954 | @ - %w(zCom) (user: |
| 955 | hyperlink_to_user(zUser,zDate,""); |
| 956 | @ ) |
| 957 | if( g.perm.Hyperlink ){ |
| 958 | @ %z(href("%R/annotate?checkin=%S&filename=%T",zVers,zName)) |
| 959 | @ [annotate]</a> |
| 960 | } |
| 961 | cnt++; |
| 962 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -950,12 +950,11 @@ | |
| 950 | hyperlink_to_uuid(zVers); |
| 951 | if( zBr && zBr[0] ){ |
| 952 | @ on branch %z(href("%R/timeline?r=%T",zBr))%h(zBr)</a> |
| 953 | } |
| 954 | @ - %w(zCom) (user: |
| 955 | hyperlink_to_user(zUser,zDate,")"); |
| 956 | if( g.perm.Hyperlink ){ |
| 957 | @ %z(href("%R/annotate?checkin=%S&filename=%T",zVers,zName)) |
| 958 | @ [annotate]</a> |
| 959 | } |
| 960 | cnt++; |
| 961 |