Closed Bug 305909 Opened 19 years ago Closed 18 years ago

remove table surrounding bug number in header line of bug template

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

2.19.1
All
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: wsmwk, Unassigned)

Details

the table complicates copying bug number and bug summary.

steps to reproduce:
1. https://bugzilla.mozilla.org/show_bug.cgi?id=271944
2. select the line Bugzilla Bug 271944 ...
3. paste it somewhere

Results:
Bugzilla Bug 271944
	  	Print Preview skews links and <sup> tag output 	Last modified: 2004-12-07
16:10 PDT

Expected Results: 
Bugzilla Bug 271944  Print Preview skews links and <sup> tag output 	Last
modified: 2004-12-07 16:10 PDT

i.e. remove           
<table border="0" cellpadding="0" cellspacing="2">
            <tbody><tr>
and
            </tr>
          </tbody></table>

from

<tr>
        <td align="left" valign="top">
          <table border="0" cellpadding="0" cellspacing="2">
            <tbody><tr>
              <td align="left" nowrap="nowrap" valign="top">
                <font size="+1"><b>Bugzilla Bug 271944</b></font>
              </td>
            </tr>
          </tbody></table>

        </td>
        <td align="left" valign="middle">&nbsp;</td>
        <td align="left" valign="middle">Print Preview skews links and
&lt;sup&gt; tag output</td>
          <td align="right" valign="middle">Last modified: 2004-12-07 16:10 PDT</td>
      </tr>
This has already been fixed 6 months earlier as part of bug 278125.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.