Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix redundant closing brackets appearing after the timeline details on the /finfo page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dedc4ab387df787657a2eda039122e27 |
| User & Date: | florian 2025-11-15 14:02:00.000 |
Context
|
2025-11-15
| ||
| 14:07 | Generalize [6b31bcfc1b] and [9a49859504] to ignore more HTML elements responding to clicks themselves. So far there's an accordion section header containing a hyperlink on the /rchvdwnld UI page and a timeline entries with nested buttons on the /download page. check-in: b09a9b621f user: florian tags: trunk | |
| 14:02 | Fix redundant closing brackets appearing after the timeline details on the /finfo page. check-in: dedc4ab387 user: florian tags: trunk | |
| 12:32 | Document the new -? alias for --help. check-in: ce13c6735e user: danield tags: trunk | |
Changes
Changes to src/finfo.c.
| ︙ | ︙ | |||
802 803 804 805 806 807 808 |
}
}
zAncLink = href("%R/finfo?name=%T&from=%!S&debug=1",zFName,zCkin);
@ %z(zAncLink)[ancestry]</a>
}
tag_private_status(frid);
/* End timelineDetail */
| | | | 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 |
}
}
zAncLink = href("%R/finfo?name=%T&from=%!S&debug=1",zFName,zCkin);
@ %z(zAncLink)[ancestry]</a>
}
tag_private_status(frid);
/* End timelineDetail */
if( tmFlags & TIMELINE_INLINE ){
@ </span>)</span>
}else{
@ </span>
}
@ </td></tr>
}
db_finalize(&q);
db_finalize(&qparent);
if( pGraph ){
graph_finish(pGraph, 0, TIMELINE_DISJOINT);
|
| ︙ | ︙ |