changeset 208:c674d994b07c

html fix
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 23 May 2010 02:32:15 +0200
parents 8bdec09436cb
children 1a18994cdc3b
files pylons_app/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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']:
 	       <script type="text/javascript">