diff --git a/pylons_app/templates/base/base.html b/pylons_app/templates/base/base.html
--- a/pylons_app/templates/base/base.html
+++ b/pylons_app/templates/base/base.html
@@ -83,7 +83,7 @@
<%
def is_current(selected):
if selected == current:
- return "class='current'"
+ return h.literal('class="current"')
%>
%if current not in ['home','admin']: