Mercurial > hg > pyhgsh
comparison templates/notfound.tmpl @ 1549:fbe4bbd847e5
Always escape repository name in hgweb, very important in notfound.tmpl.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 17 Nov 2005 19:11:13 +0100 |
parents | c54d03bdf2dc |
children |
comparison
equal
deleted
inserted
replaced
1548:18f3224da392 | 1549:fbe4bbd847e5 |
---|---|
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# |