Changeset 15368 in project
- Timestamp:
- 08/08/09 15:28:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/qwiki/trunk/qwiki.scm
r15367 r15368 134 134 (rev (string->number 135 135 (alist-ref 'rev (uri-query (request-uri req)) eq? ""))) 136 (history (get-history source-file rev 10))136 (history (get-history source-file rev #f)) ; no pagination yet 137 137 (content `(page (history ,history)))) 138 138 (send-content content)))
Note: See TracChangeset
for help on using the changeset viewer.