Bug 155033 - standardizing on <a>NAME</a>: vs. <a>NAME:</a>

patch by davef@tetsubo.com, r=kiko x2
parent 180b9140
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<td align="right" valign="top"> <td align="right" valign="top">
<strong> <strong>
<a href="describecomponents.cgi?product=[% product FILTER url_quote %]"> <a href="describecomponents.cgi?product=[% product FILTER url_quote %]">
Component:</a> Component</a>:
</strong> </strong>
</td> </td>
<td> <td>
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<tr> <tr>
<td align="right"> <td align="right">
<strong> <strong>
<a href="bug_status.html#assigned_to">Assigned To:</a> <a href="bug_status.html#assigned_to">Assigned To</a>:
</strong> </strong>
</td> </td>
<td colspan="3"> <td colspan="3">
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
[% IF sel.description %] [% IF sel.description %]
<td align="right"> <td align="right">
<strong> <strong>
<a href="bug_status.html#[% sel.name %]">[% sel.description %]:</a> <a href="bug_status.html#[% sel.name %]">[% sel.description %]</a>:
</strong> </strong>
</td> </td>
[% END %] [% END %]
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
<td align="right"> <td align="right">
<b>Version:</b> <b>Version:</b>
</td> </td>
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
<td align="right"> <td align="right">
<b> <b>
[% IF bug.bug_file_loc %] [% IF bug.bug_file_loc %]
<a href="[% bug.bug_file_loc FILTER html %]">URL:</a> <a href="[% bug.bug_file_loc FILTER html %]">URL</a>:
[% ELSE %] [% ELSE %]
URL: URL:
[% END %] [% END %]
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
<tr> <tr>
<td align="right"> <td align="right">
<b> <b>
<a href="describekeywords.cgi">Keywords:</a> <a href="describekeywords.cgi">Keywords</a>:
</b> </b>
<td colspan="7"> <td colspan="7">
<input name="keywords" <input name="keywords"
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
<table> <table>
<tr> <tr>
<th> <th>
<a href="votehelp.html">Votes:</a> <a href="votehelp.html">Votes</a>:
</th> </th>
<td> <td>
[% bug.votes %]&nbsp;&nbsp;&nbsp; [% bug.votes %]&nbsp;&nbsp;&nbsp;
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<th> <th>
<label for="rep_platform"> <label for="rep_platform">
<a href="bug_status.html#rep_platform">Platform:</a> <a href="bug_status.html#rep_platform">Platform</a>:
</label> </label>
</th> </th>
<td> <td>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<th> <th>
<label for="priority"> <label for="priority">
<a href="bug_status.html#priority">Priority:</a> <a href="bug_status.html#priority">Priority</a>:
</label> </label>
</th> </th>
<td> <td>
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<th> <th>
<label for="bug_severity"> <label for="bug_severity">
<a href="bug_status.html#severity">Severity:</a> <a href="bug_status.html#severity">Severity</a>:
</label> </label>
</th> </th>
<td> <td>
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<th> <th>
<label for="keywords"> <label for="keywords">
<a href="describekeywords.cgi">Keywords:</a> <a href="describekeywords.cgi">Keywords</a>:
</label> </label>
</th> </th>
<td colspan="3"> <td colspan="3">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment