Skip to content

Commit 54f4696

Browse files
authored
Fixed leftover genshi syntax in template.
1 parent 8bfa912 commit 54f4696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trac-env/templates/site_head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
});
1212
</script>
13-
<py:if test="req.environ['PATH_INFO'].startswith('/ticket/')">
13+
# if req.path_info.startswith('/ticket/'):
1414
<script type="text/javascript" src="${href.chrome('site/tickethacks.js')}"></script>
15-
</py:if>
15+
# endif

0 commit comments

Comments
 (0)