Use 2.6-compatible syntax

This commit is contained in:
Jason Tibbitts 2012-06-12 22:20:12 -05:00
parent 22f4f9b773
commit cf741d5690

View file

@ -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"