##// END OF EJS Templates
Always escape repository name in hgweb, very important in notfound.tmpl.
Thomas Arendsen Hein -
r1549:fbe4bbd8 default
parent child Browse files
Show More
@@ -5,7 +5,7 b''
5 5
6 6 <h2>Mercurial Repositories</h2>
7 7
8 The specified repository "#repo#" is unknown, sorry.
8 The specified repository "#repo|escape#" is unknown, sorry.
9 9
10 10 Please go back to the main repository list page.
11 11
@@ -1,5 +1,5 b''
1 1 #header#
2 <title>#repo#: tags</title>
2 <title>#repo|escape#: tags</title>
3 3 </head>
4 4 <body>
5 5
General Comments 0
You need to be logged in to leave comments. Login now