PAGE-URL should always return a pathname.
This commit is contained in:
parent
2397b70abb
commit
235b727017
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
(defmethod page-url :around ((document t))
|
||||
(let ((result (call-next-method)))
|
||||
(if (pathname-type result)
|
||||
result
|
||||
(make-pathname :defaults result)
|
||||
(make-pathname :type "html" :defaults result))))
|
||||
|
||||
(defgeneric render (document &key &allow-other-keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue