Adjusted indentation.
svn: r11285
This commit is contained in:
parent
cd03bb635e
commit
5d9410c058
|
@ -71,7 +71,8 @@
|
|||
(define (post-comments p)
|
||||
(local [(define (row->comment a-row)
|
||||
(vector-ref a-row 0))
|
||||
(define rows (sqlite:select
|
||||
(define rows
|
||||
(sqlite:select
|
||||
(blog-db (post-blog p))
|
||||
(format "SELECT content FROM comments WHERE pid = '~a'"
|
||||
(post-id p))))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user