# HG changeset patch # User Thomas Arendsen Hein # Date 1132251073 -3600 # Node ID fbe4bbd847e5aa0b95039a833252bbd896dfd9a8 # Parent 18f3224da392089433211ce40090dbfda2c44a7b Always escape repository name in hgweb, very important in notfound.tmpl. diff --git a/templates/notfound.tmpl b/templates/notfound.tmpl --- a/templates/notfound.tmpl +++ b/templates/notfound.tmpl @@ -5,7 +5,7 @@

Mercurial Repositories

-The specified repository "#repo#" is unknown, sorry. +The specified repository "#repo|escape#" is unknown, sorry. Please go back to the main repository list page. diff --git a/templates/tags.tmpl b/templates/tags.tmpl --- a/templates/tags.tmpl +++ b/templates/tags.tmpl @@ -1,5 +1,5 @@ #header# -#repo#: tags +#repo|escape#: tags