This commit is contained in:
Cthulhux 2015-09-09 21:14:16 +02:00
commit 4a1ac2a87c

View file

@ -16,5 +16,5 @@
(defun enable (&key isso-url)
(flet ((inject-p (x)
(when (typep x 'post)
(format nil *isso-header* isso-url))))
(format nil *isso-header* isso-url isso-url))))
(add-injection #'inject-p :body)))