MercurialWebTheme

themes/mercurialweb/changelogentry.tmpl

29:684a640b60a6
2011-02-26 Paul Boddie Added XML-escaping of person data values.
     1 <tr id="{node|short}">     2   <td colspan="5">     3     <strong>{rev}:{node|short}</strong>     4     <span class="changesetlinks"><div class="changesetchildlinks"></div>{child%changeloglink}</span>     5     <span class="changesetlinks"><div class="changesetparentlinks"></div>{parent%changeloglink}</span>     6   </td>     7 </tr>     8 <tr>     9   <td>{date|age}</td>    10   <td>{author|person|xmlescape}</td>    11   <td class="navigation">    12     <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a>    13     <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>    14     <a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">shortlog</a>    15   </td>    16   <td width="40%">{desc|strip|escape}</td>    17   <td>{branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}</td>    18 </tr>    19 <tr>    20   <td colspan="5" class="files changelogfiles">    21     {files}    22   </td>    23 </tr>