##// END OF EJS Templates
fixed missing ) in safe unicode
marcink -
r1184:d4ced3a7 beta
parent child Browse files
Show More
@@ -69,7 +69,7 b''
69 69 <div id="${h.repo_name_slug('C%s-%s' % (cs.short_id,h.safe_unicode(filenode.path)))}" class="code-header">
70 70 <div class="changeset_header">
71 71 <span class="changeset_file">
72 ${h.link_to_if(change!='removed',h.safe_unicode(filenode.path,h.url('files_home',repo_name=c.repo_name,
72 ${h.link_to_if(change!='removed',h.safe_unicode(filenode.path),h.url('files_home',repo_name=c.repo_name,
73 73 revision=filenode.changeset.raw_id,f_path=h.safe_unicode(filenode.path)))}
74 74 </span>
75 75 %if 1:
General Comments 0
You need to be logged in to leave comments. Login now