Skip to content

Commit

Permalink
UserInfo plugin: table classname added
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Jan 13, 2016
1 parent e7977e9 commit 6809b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/userinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function macro_UserInfo($formatter,$value,$options=array()) {
"</select></form>\n";
}

$list = '<table>';
$list = '<table class="info">';
$list.= '<tr><th>'._("ID").'/'._("IP").'</th></th><td>'.$keys[0].$id_form.'</td></tr>';
if (!empty($addr) and $keys[0] != $addr && !in_array($keys[0], $members))
$list.= '<tr><th>'._("IP").'</th></th><td>'.$addr.$ip_form.'</td></tr>';
Expand Down

0 comments on commit 6809b1e

Please sign in to comment.