# HG changeset patch # User mpm@selenic.com # Date 1124655525 25200 # Node ID 7ffa91f275ff74a6e969b75182cd3ab822feb44b # Parent edc368e0b9aa4c05c375891355fbb2acc1c76704 hgweb: fix RSS and raw for new % scheme diff --git a/templates/changelog-rss.tmpl b/templates/changelog-rss.tmpl --- a/templates/changelog-rss.tmpl +++ b/templates/changelog-rss.tmpl @@ -1,6 +1,6 @@ #header# #repo|escape# Changelog #repo|escape# Changelog - #entries# + #entries%changelogentry# \ No newline at end of file diff --git a/templates/filelog-rss.tmpl b/templates/filelog-rss.tmpl --- a/templates/filelog-rss.tmpl +++ b/templates/filelog-rss.tmpl @@ -1,6 +1,6 @@ #header# #repo|escape#: #file# history #file# revision history - #entries# + #entries%filelogentry# \ No newline at end of file diff --git a/templates/filerevision-raw.tmpl b/templates/filerevision-raw.tmpl --- a/templates/filerevision-raw.tmpl +++ b/templates/filerevision-raw.tmpl @@ -1,3 +1,3 @@ #header# -#text# +#text%fileline# #footer#