Changeset - c674d994b07c
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2010-05-23 02:32:15
marcin@python-works.com
html fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/base/base.html
Show inline comments
 
@@ -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">
0 comments (0 inline, 0 general)