##// END OF EJS Templates
html fix
marcink -
r208:c674d994 default
parent child Browse files
Show More
@@ -49,7 +49,7 b''
49 <%
49 <%
50 def is_current(selected):
50 def is_current(selected):
51 if selected == current:
51 if selected == current:
52 return 'class=current'
52 return "class='current'"
53 %>
53 %>
54 %if current not in ['home','admin']:
54 %if current not in ['home','admin']:
55 <script type="text/javascript">
55 <script type="text/javascript">
General Comments 0
You need to be logged in to leave comments. Login now