29147
|
1 |
diff -r hgweb/webcommands.py hgweb/webcommands.py
|
|
2 |
653c653
|
|
3 |
< desc = templatefilters.firstline(ctx.description())
|
|
4 |
---
|
|
5 |
> desc = ctx.description()
|
|
6 |
diff -r templates/atom/changelogentry.tmpl templates/atom/changelogentry.tmpl
|
|
7 |
2c2
|
|
8 |
< <title>#desc|strip|firstline|strip|escape#</title>
|
|
9 |
---
|
|
10 |
> <title>#desc|strip|escape#</title>
|
|
11 |
diff -r templates/rss/changelogentry.tmpl templates/rss/changelogentry.tmpl
|
|
12 |
2c2
|
|
13 |
< <title>#desc|strip|firstline|strip|escape#</title>
|
|
14 |
---
|
|
15 |
> <title>#desc|strip|escape#</title>
|
|
16 |
diff -r templates/rss/filelogentry.tmpl templates/rss/filelogentry.tmpl
|
|
17 |
2c2
|
|
18 |
< <title>#desc|strip|firstline|strip|escape#</title>
|
|
19 |
---
|
|
20 |
> <title>#desc|strip|escape#</title>
|