Skip to content

Commit

Permalink
UIFORM: Page title can accept a function as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
shaybeau731 committed Aug 22, 2016
1 parent 9e3516d commit 5901822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uiform/uiform.scm
Expand Up @@ -1239,7 +1239,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(uiform (uiget 'uiform))
(nodes (table-ref uiform (uiget 'page) '()))
(oldmap (uiget 'nodemap))
(title (car nodes))
(title (uiform:eval (car nodes)))
(prv (uiform:eval (cadr nodes)))
(nxt (uiform:eval (caddr nodes)))
(nonodes (- (length nodes) 3))
Expand Down

0 comments on commit 5901822

Please sign in to comment.