Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -353,7 +353,7 @@ |
354 | 354 | |
355 | 355 | if( !$this->firstExtOpened ) { |
356 | 356 | // Insert a spacing line |
357 | | - $out .= '<tr class="sv-space">' . Xml::element( 'td', $opt ) . "</tr>\n"; |
| 357 | + $out .= '<tr class="sv-space">' . Xml::element( 'td', $opt, '', false ) . "</tr>\n"; |
358 | 358 | } |
359 | 359 | $this->firstExtOpened = false; |
360 | 360 | |