From a0af8471689ed17ed72ce8f138382801a127a463 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 23 May 2012 11:40:47 -0400 Subject: [PATCH] Switch to mako template syntax for inline_js template --- templates/pipeline/inline_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pipeline/inline_js.html b/templates/pipeline/inline_js.html index 2fd34aa75d..1a231e220b 100644 --- a/templates/pipeline/inline_js.html +++ b/templates/pipeline/inline_js.html @@ -5,5 +5,5 @@ async \ if defer: defer \ type="text/javascript" charset="utf-8"> - {{ source|safe }} + ${source | safe}