Skip to content

Commit

Permalink
# 0018862: Improve link to subsciber page from Clicks of a subscriber…
Browse files Browse the repository at this point in the history
… page (#366)
  • Loading branch information
mariez authored and Sam Tuke committed Jul 10, 2018
1 parent 6acbd67 commit cb529f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/userclicks.php
Expand Up @@ -161,7 +161,7 @@
$msgid
);
} elseif ($userid) {
echo '<h3>'.$GLOBALS['I18N']->get('All clicks by').' <small><b>'.PageLink2('user&amp;id='.$userid, $userdata['email']).'</b></small></h3>';
echo '<div class="jumbotron">'.$GLOBALS['I18N']->get('All clicks by').' <b>'.PageLink2('user&amp;id='.$userid, $userdata['email']).'</b></div>';

$query = sprintf('
SELECT SUM(htmlclicked) AS htmlclicked,
Expand Down

0 comments on commit cb529f2

Please sign in to comment.