Fossil SCM
Correct "From" URL in check-in MLINK table
Commit
24a0667e785c19bd3c9e7d8a069f7b42c52fcbe5
Parent
731eb8978754825…
1 file changed
+1
-1
+1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -705,11 +705,11 @@ | ||
| 705 | 705 | int isExec = db_column_int(&q,6); |
| 706 | 706 | int isAux = db_column_int(&q,7); |
| 707 | 707 | @ <tr> |
| 708 | 708 | @ <td><a href='%R/finfo?name=%t(zName)'>%h(zName)</a></td> |
| 709 | 709 | if( zParent ){ |
| 710 | - @ <td><a href='%R/info/%!S(zPid)'>%S(zParent)</a></td> | |
| 710 | + @ <td><a href='%R/info/%!S(zParent)'>%S(zParent)</a></td> | |
| 711 | 711 | }else{ |
| 712 | 712 | @ <td><i>(New)</i></td> |
| 713 | 713 | } |
| 714 | 714 | @ <td align='center'>%s(isAux?"✓":"")</td> |
| 715 | 715 | if( zFid ){ |
| 716 | 716 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -705,11 +705,11 @@ | |
| 705 | int isExec = db_column_int(&q,6); |
| 706 | int isAux = db_column_int(&q,7); |
| 707 | @ <tr> |
| 708 | @ <td><a href='%R/finfo?name=%t(zName)'>%h(zName)</a></td> |
| 709 | if( zParent ){ |
| 710 | @ <td><a href='%R/info/%!S(zPid)'>%S(zParent)</a></td> |
| 711 | }else{ |
| 712 | @ <td><i>(New)</i></td> |
| 713 | } |
| 714 | @ <td align='center'>%s(isAux?"✓":"")</td> |
| 715 | if( zFid ){ |
| 716 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -705,11 +705,11 @@ | |
| 705 | int isExec = db_column_int(&q,6); |
| 706 | int isAux = db_column_int(&q,7); |
| 707 | @ <tr> |
| 708 | @ <td><a href='%R/finfo?name=%t(zName)'>%h(zName)</a></td> |
| 709 | if( zParent ){ |
| 710 | @ <td><a href='%R/info/%!S(zParent)'>%S(zParent)</a></td> |
| 711 | }else{ |
| 712 | @ <td><i>(New)</i></td> |
| 713 | } |
| 714 | @ <td align='center'>%s(isAux?"✓":"")</td> |
| 715 | if( zFid ){ |
| 716 |