##// END OF EJS Templates
hgweb: adding branch names from inbranch template to rss feed
Aaron Jensen -
r21118:e1a3898a default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 <item>
1 <item>
2 <title>{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape}</title>
2 <title>{inbranch%"{if(name, '[{name|escape}] ')}"}{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape}</title>
3 <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid>
3 <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid>
4 <description>
4 <description>
5 <![CDATA[
5 <![CDATA[
@@ -10,7 +10,7 b''
10 </tr>
10 </tr>
11 <tr>
11 <tr>
12 <th style="text-align:left;">branch</th>
12 <th style="text-align:left;">branch</th>
13 <td>{branches%"{name|escape}"}</td>
13 <td>{inbranch%"{name|escape}"}{branches%"{name|escape}"}</td>
14 </tr>
14 </tr>
15 <tr>
15 <tr>
16 <th style="text-align:left;">bookmark</th>
16 <th style="text-align:left;">bookmark</th>
General Comments 0
You need to be logged in to leave comments. Login now