~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Colin Watson
  • Date: 2012-01-06 11:08:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14650.
  • Revision ID: cjwatson@canonical.com-20120106110830-l6lj4zfbixcubel2
Fix a slew of typos that have been annoying me.

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>