From 31b18e048ab5ec8c17dc56cad21446dbf52ba11a Mon Sep 17 00:00:00 2001 From: teramako Date: Mon, 11 Feb 2013 22:43:10 +0900 Subject: use template.maybeXML --- lookupDictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lookupDictionary.js') diff --git a/lookupDictionary.js b/lookupDictionary.js index b5ba3bd..6ebafc7 100644 --- a/lookupDictionary.js +++ b/lookupDictionary.js @@ -174,7 +174,7 @@ SITE_DEFINITION.forEach(function (dictionary) { var xs = new XMLSerializer(); liberator.echo(xml`
- ${new TemplateXML(xs.serializeToString( result ))} + ${template.maybeXML(xs.serializeToString( result ))}
`); }, dictionary.srcEncode ? dictionary.srcEncode : null); }, -- cgit v1.2.3