diff options
-rw-r--r-- | who.tl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ (match-case element (@(or @(keywordp) (@(keywordp) . @nil) - ((@(keywordp) .@nil) . @nil)) + ((@(keywordp) . @nil) . @nil)) ;; the syntax for a tag - process it (ncon [process-tag element tree-to-template])) ((noesc @(constantp @item)) |