aboutsummaryrefslogtreecommitdiffstats
path: root/lookupDictionary.js
diff options
context:
space:
mode:
Diffstat (limited to 'lookupDictionary.js')
-rw-r--r--lookupDictionary.js2
1 files changed, 1 insertions, 1 deletions
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`<div style="white-space:normal;">
<base href=${util.escapeHTML(url)}/>
- ${new TemplateXML(xs.serializeToString( result ))}
+ ${template.maybeXML(xs.serializeToString( result ))}
</div>`);
}, dictionary.srcEncode ? dictionary.srcEncode : null);
},