Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php |
— | — | @@ -261,7 +261,8 @@ |
262 | 262 | $box = '<div class="flaggedrevs_short_basic">'; |
263 | 263 | $box .= $shtml . self::ratingArrow(); |
264 | 264 | $box .= "</div>\n"; |
265 | | - $box .= '<div style="position:relative;">'; // for rel-absolute child div |
| 265 | + // For rel-absolute child div (the fly-out) |
| 266 | + $box .= '<div id="mw-fr-revisiondetails-wrapper" style="position:relative;">'; |
266 | 267 | $box .= Xml::openElement( 'div', |
267 | 268 | array( |
268 | 269 | 'id' => 'mw-fr-revisiondetails', |