##// 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
@@ -1,12 +1,12 b''
1 #header#
1 #header#
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repositories index</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <h2>Mercurial Repositories</h2>
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 Please go back to the main repository list page.
10 Please go back to the main repository list page.
11
11
12 #footer#
12 #footer#
@@ -1,17 +1,17 b''
1 #header#
1 #header#
2 <title>#repo#: tags</title>
2 <title>#repo|escape#: tags</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=tip">changelog</a>
7 <a href="?cl=tip">changelog</a>
8 <a href="?mf=#manifest|short#;path=/">manifest</a>
8 <a href="?mf=#manifest|short#;path=/">manifest</a>
9 </div>
9 </div>
10
10
11 <h2>tags:</h2>
11 <h2>tags:</h2>
12
12
13 <ul id="tagEntries">
13 <ul id="tagEntries">
14 #entries%tagentry#
14 #entries%tagentry#
15 </ul>
15 </ul>
16
16
17 #footer#
17 #footer#
General Comments 0
You need to be logged in to leave comments. Login now