From 8837d33652d15c7656d6486d55c9d6bfaf342c2e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 27 Dec 2009 12:21:07 -0500 Subject: [PATCH] Don't escape a string in one of the Mako templates. svn path=/trunk/packages/invirt-web/; revision=2791 --- code/templates/functions.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/templates/functions.mako b/code/templates/functions.mako index 4f23635..068401f 100644 --- a/code/templates/functions.mako +++ b/code/templates/functions.mako @@ -27,7 +27,7 @@ ${databaseList(sorted(database.Autoinstall.query(), key=lambda x: x.description) <%def name="vmTypeList(default=None)"> % for vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), ): % endfor -- 1.7.9.5