~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/templates/branch-listing.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 23:59:50 UTC
  • mfrom: (14621.1.4 xss_911632)
  • Revision ID: launchpad@pqm.canonical.com-20120104235950-13dqftqbpu1zxcdh
[r=abentley][bug=911632] Fix template to escape output of no branch
        message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
      <tr tal:condition="not:context/batch/total">
187
187
        <td tal:attributes="colspan context/column_count">
188
188
          <div id="no-branch-message"
189
 
               tal:content="structure context/view/no_branch_message" />
 
189
               tal:content="context/view/no_branch_message" />
190
190
        </td>
191
191
      </tr>
192
192
    </tbody>