diff options
-rw-r--r-- | xapian/xapian.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xapian/xapian.scm b/xapian/xapian.scm index f8ba284..6f6a4f2 100644 --- a/xapian/xapian.scm +++ b/xapian/xapian.scm @@ -298,7 +298,7 @@ and @var{cjk-ngram?} are the same as in the @code{mset-snippet} function." ;; mset-snippet returns serialized HTML. So, we reverse it with ;; html->sxml. - (match (html->sxml (mset-snippet text mset)) + (match (html->sxml (mset-snippet mset text)) (('*TOP* children ...) (append-map (match-lambda ;; Apply highlight-proc if highlit text. |