Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php |
— | — | @@ -275,10 +275,6 @@ |
276 | 276 | Html::element( 'td', array(), wfMsg( 'congresslookup-phone', $myRepresentative['phone'] ) ) |
277 | 277 | ); |
278 | 278 | |
279 | | - $congressTable .= "\n" . Html::rawElement( 'tr', array(), |
280 | | - Html::element( 'td', array(), wfMsg( 'congresslookup-fax', $myRepresentative['fax'] ) ) |
281 | | - ); |
282 | | - |
283 | 279 | if ( $myRepresentative['twitter'] ) { |
284 | 280 | $congressTable .= "\n" . Html::rawElement( 'tr', array(), |
285 | 281 | Html::element( 'td', array(), wfMsg( 'congresslookup-twitter', $myRepresentative['twitter'] ) ) |