~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/mantis.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
376
376
        The Mantis bug view page uses HTML tables for both layout and
377
377
        representing tabular data, often within the same table. This
378
378
        method assumes that the key and value are on the same row,
379
 
        adjacent to one another, with the key preceeding the value:
 
379
        adjacent to one another, with the key preceding the value:
380
380
 
381
381
        ...
382
382
        <td>Key</td>
409
409
        The Mantis bug view page uses HTML tables for both layout and
410
410
        representing tabular data, often within the same table. This
411
411
        method assumes that the key and value are within the same
412
 
        column on adjacent rows, with the key preceeding the value:
 
412
        column on adjacent rows, with the key preceding the value:
413
413
 
414
414
        ...
415
415
        <tr>...<td>Key</td>...</tr>