[% PROCESS global/header.html.tmpl
title = "Enter $terms.ABug"
onload = "PutDescription()"
- style = "body, html { height: 100% }"
+ style = "#somebugs { width: 100%; height: 500px }"
%]
<p>
<a href="duplicates.cgi?[% productstring %]&format=simple&sortby=delta&reverse=1&maxrows=100&changedsince=14" target="somebugs">Hot in the last two weeks</a>
</p>
-<iframe name="somebugs" width="100%" height="80%"
+<iframe name="somebugs" id="somebugs"
style="border: 2px black solid"
src="duplicates.cgi?[% productstring %]&format=simple">
</iframe>