Skip to content

Commit

Permalink
fix for issue #314
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbibotton committed Jan 14, 2024
1 parent d8d2fd8 commit f5420f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/clog-dbi.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ the displayed option."
(funcall (on-row obj) obj tr))
(loop for (key value) on row by #'cddr while value
do
(let ((td (create-table-column obj :content value)))
(let ((td (create-table-column tr :content value)))
(when (on-column obj)
(funcall (on-column obj) obj key td)))))))
(when (on-footer obj)
Expand Down

0 comments on commit f5420f9

Please sign in to comment.