Differences From Artifact [cccab26ea0]:
- File src/descendants.c — part of check-in [0e394b8fa2] at 2010-09-08 20:25:07 on branch wolfgangFormat2CSS — css for hyperlinks disabled (user: wolfgang size: 9932)
To Artifact [5142e0bc8f]:
- File src/descendants.c — part of check-in [d1305d0a7a] at 2010-09-10 20:19:16 on branch wolfgangFormat2CSS — fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE (user: wolfgang size: 9945)
| ︙ | |||
339 340 341 342 343 344 345 | 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 | - - + + |
"%s"
" AND blob.rid IN leaves"
" ORDER BY event.mtime DESC",
timeline_query_for_www()
);
www_print_timeline(&q, TIMELINE_LEAFONLY, leaves_extra);
db_finalize(&q);
|