From: Evan Broder Date: Sun, 27 Dec 2009 17:21:07 +0000 (-0500) Subject: Don't escape a string in one of the Mako templates. X-Git-Tag: 0.1.5~21 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/8837d33652d15c7656d6486d55c9d6bfaf342c2e?ds=sidebyside Don't escape a string in one of the Mako templates. svn path=/trunk/packages/invirt-web/; revision=2791 --- 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