| Index: appengine/findit/templates/waterfall/compile_failure.html
|
| diff --git a/appengine/findit/templates/waterfall/compile_failure.html b/appengine/findit/templates/waterfall/compile_failure.html
|
| index 8a2f2b96371cee680963036c21bbfccde5179299..8588a4221806c29f6d0c7ede422d4d3e584582b8 100644
|
| --- a/appengine/findit/templates/waterfall/compile_failure.html
|
| +++ b/appengine/findit/templates/waterfall/compile_failure.html
|
| @@ -67,7 +67,7 @@
|
| {% elif suspected_cls_by_heuristic|length == 0 %}
|
| <div>No culprit is found!</div>
|
| {% else %}
|
| - <div id="suspected_cls">
|
| + <div id="heuristic_result">
|
| <table>
|
| <tr>
|
| <th title="The build cycle in which the culprit was in">Build Number</th>
|
|
|