# HG changeset patch # User Marcin Kuzminski # Date 1274574735 -7200 # Node ID c674d994b07c6b6629ac75f1536642f86d27b3cb # Parent 8bdec09436cb7e4a764bd2ba50b84060e30eb34f html fix diff -r 8bdec09436cb -r c674d994b07c pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Sun May 23 02:07:56 2010 +0200 +++ b/pylons_app/templates/base/base.html Sun May 23 02:32:15 2010 +0200 @@ -49,7 +49,7 @@ <% def is_current(selected): if selected == current: - return 'class=current' + return "class='current'" %> %if current not in ['home','admin']: