summaryrefslogtreecommitdiff
path: root/utils.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.lisp')
-rw-r--r--utils.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.lisp b/utils.lisp
index e111231..877343e 100644
--- a/utils.lisp
+++ b/utils.lisp
@@ -311,6 +311,7 @@ ELEMENT-TYPE as the stream's."
(mail address
(format nil "[Kommentar] ~A" (title-of entry))
(format nil "~&Kommentar von: ~A~
+ ~&Nummer: ~A~
~&E-Mail: ~A~
~&Website: ~A~
~&IP-Adresse: ~A~
@@ -319,6 +320,7 @@ ELEMENT-TYPE as the stream's."
~&~%~
~&~A"
(author-of comment)
+ (id-of comment)
(email-of comment)
(website-of comment)
(submitter-ip comment)