Show More
@@ -381,7 +381,7 b' class RepoFilesView(RepoAppView):' | |||
|
381 | 381 | try: |
|
382 | 382 | at_path = commit.get_node(at_path).path or default_at_path |
|
383 | 383 | except Exception: |
|
384 | return Response(_('No node at path {} for this repository').format(at_path)) | |
|
384 | return Response(_('No node at path {} for this repository').format(h.escape(at_path))) | |
|
385 | 385 | |
|
386 | 386 | # path sha is part of subdir |
|
387 | 387 | path_sha = '' |
General Comments 0
You need to be logged in to leave comments.
Login now