Fossil SCM
Fix genealogy links from the /info page (Thanks to Andy Bradford noticing this)
Commit
fd0507e9498bdde815c7b6e485c8008df87ec72d
Parent
518896951a500e3…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -594,11 +594,11 @@ | ||
| 594 | 594 | if( (zPJ[jj]>0 && zPJ[jj]<' ') || strchr("\"*/:<>?\\|", zPJ[jj]) ){ |
| 595 | 595 | zPJ[jj] = '_'; |
| 596 | 596 | } |
| 597 | 597 | } |
| 598 | 598 | @ <tr><th>Timelines:</th><td> |
| 599 | - @ %z(href("%R/timeline?f=%S",zUuid))family</a> | |
| 599 | + @ %z(href("%R/timeline?f=%S&unhide",zUuid))family</a> | |
| 600 | 600 | if( zParent ){ |
| 601 | 601 | @ | %z(href("%R/timeline?p=%S",zUuid))ancestors</a> |
| 602 | 602 | } |
| 603 | 603 | if( !isLeaf ){ |
| 604 | 604 | @ | %z(href("%R/timeline?d=%S",zUuid))descendants</a> |
| 605 | 605 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -594,11 +594,11 @@ | |
| 594 | if( (zPJ[jj]>0 && zPJ[jj]<' ') || strchr("\"*/:<>?\\|", zPJ[jj]) ){ |
| 595 | zPJ[jj] = '_'; |
| 596 | } |
| 597 | } |
| 598 | @ <tr><th>Timelines:</th><td> |
| 599 | @ %z(href("%R/timeline?f=%S",zUuid))family</a> |
| 600 | if( zParent ){ |
| 601 | @ | %z(href("%R/timeline?p=%S",zUuid))ancestors</a> |
| 602 | } |
| 603 | if( !isLeaf ){ |
| 604 | @ | %z(href("%R/timeline?d=%S",zUuid))descendants</a> |
| 605 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -594,11 +594,11 @@ | |
| 594 | if( (zPJ[jj]>0 && zPJ[jj]<' ') || strchr("\"*/:<>?\\|", zPJ[jj]) ){ |
| 595 | zPJ[jj] = '_'; |
| 596 | } |
| 597 | } |
| 598 | @ <tr><th>Timelines:</th><td> |
| 599 | @ %z(href("%R/timeline?f=%S&unhide",zUuid))family</a> |
| 600 | if( zParent ){ |
| 601 | @ | %z(href("%R/timeline?p=%S",zUuid))ancestors</a> |
| 602 | } |
| 603 | if( !isLeaf ){ |
| 604 | @ | %z(href("%R/timeline?d=%S",zUuid))descendants</a> |
| 605 |