From 415bb34ffbf3e888972025dc7aada6bdf19861e1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Mar 2011 16:48:04 +0100 Subject: =?UTF-8?q?Add=20=E2=80=9Chtml=E2=80=9D=20and=20=E2=80=9Chtml-attr?= =?UTF-8?q?-value=E2=80=9D=20formatters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json-template.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'json-template.lisp') diff --git a/json-template.lisp b/json-template.lisp index 2acc811..9e36a42 100644 --- a/json-template.lisp +++ b/json-template.lisp @@ -24,11 +24,6 @@ (in-package #:json-template) -(defvar *template-formatters* - `(;;("html" . format-html) - ;;("html-attr-value" . format-html-attr-value) - ("raw" . identity))) - (defun tokenize-template-string (string) (loop with in-command-p = nil with skip-newline-p = nil @@ -188,3 +183,4 @@ (expand-template-to-stream branch (cons ctx contexts) stream)) value) (expand-template-to-stream alternative contexts stream)))))))) + -- cgit v1.2.3