Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -325,9 +325,11 @@ |
326 | 326 | Html::element( 'td', array(), wfMsg( 'congresslookup-phone', $senator['phone'] ) ) |
327 | 327 | ); |
328 | 328 | |
| 329 | + /* |
329 | 330 | $congressTable .= "\n" . Html::rawElement( 'tr', array(), |
330 | 331 | Html::element( 'td', array(), wfMsg( 'congresslookup-fax', $senator['fax'] ) ) |
331 | 332 | ); |
| 333 | + */ |
332 | 334 | |
333 | 335 | if ( $senator['twitter'] ) { |
334 | 336 | $congressTable .= "\n" . Html::rawElement( 'tr', array(), |