We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492365d commit 580cd4dCopy full SHA for 580cd4d
src/Collectors/Auth.php
@@ -83,7 +83,7 @@ public function display(): string
83
84
$html = '<h3>Current User</h3>';
85
$html .= '<table><tbody>';
86
- $html .= "<tr><td style='width:150px;'>User ID</td><td>#{$user->id}</td></tr>";
+ $html .= "<tr><td width=\"150\">User ID</td><td>#{$user->id}</td></tr>";
87
$html .= "<tr><td>Username</td><td>{$user->username}</td></tr>";
88
$html .= "<tr><td>Email</td><td>{$user->email}</td></tr>";
89
$html .= "<tr><td>Groups</td><td>{$groupsForUser}</td></tr>";
0 commit comments