diff --git a/frontend-partials.lisp b/frontend-partials.lisp index d3a0a1d..ddf0821 100644 --- a/frontend-partials.lisp +++ b/frontend-partials.lisp @@ -30,7 +30,7 @@ (multiple-value-bind (match groups) (cl-ppcre:scan-to-strings "(.*?)" source-section) (if (and match groups) - (aref groups 0) + (plump:decode-entities (aref groups 0)) "Unknown"))) "Unknown")))