# HG changeset patch # User Marcin Kuzminski # Date 2010-05-23 00:32:15 # Node ID c674d994b07c6b6629ac75f1536642f86d27b3cb # Parent 8bdec09436cb7e4a764bd2ba50b84060e30eb34f html fix 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']: