Use 2.6-compatible syntax
This commit is contained in:
parent
22f4f9b773
commit
cf741d5690
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ available:
|
|||
<tr><td style="white-space: nowrap"><a href="REVIEW.html">Tickets under review</a> ($review)</td>
|
||||
<td>All tickets currently under review.</td></tr>
|
||||
</table>
|
||||
Last updated: ${update}, query time: ${'{:0.3f}'.format(querytime)}s, output time: ${'{:0.3f}'.format(outputtime)}s, version: ${version}.
|
||||
Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output time: ${'{0:0.3f}'.format(outputtime)}s, version: ${version}.
|
||||
<br/>
|
||||
<h2>Quick Review Search</h2>
|
||||
<form name="queryform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue