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
@@ -49,7 +49,7 @@
<%
def is_current(selected):
if selected == current:
- return 'class=current'
+ return "class='current'"
%>
%if current not in ['home','admin']: