Completed
Pull Request — development (#2533)
by Thorsten
13:20
created
themes/default/index.template.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -848,7 +848,7 @@
 block discarded – undo
848 848
 			if ($member['show_email'] == 'no_through_forum')
849 849
 			{
850 850
 				return '<a class="linkbutton" href="' . $scripturl . '?action=emailuser;sa=email;uid=' . $member['id'] . '">' . $txt['email'] . '</a>';
851
-			} 
851
+			}
852 852
 			elseif ($member['show_email'] == 'yes_permission_override' || $member['show_email'] == 'yes')
853 853
 			{
854 854
 				return '<a class="linkbutton" href="' . $scripturl . '?action=emailuser;sa=email;uid=' . $member['id'] . '">' . $member['email'] . '</a>';
Please login to merge, or discard this patch.