Passed
Pull Request — release-2.1 (#5078)
by Mathias
05:17
created
Themes/default/Profile.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
 		$fields = '';
460 460
 		foreach ($context['print_custom_fields']['below_signature'] as $field)
461 461
 			if (!empty($field['output_html']))
462
-				$fields .=  '
462
+				$fields .= '
463 463
 					<li>' . $field['output_html'] . '</li>';
464 464
 
465 465
 		if (!empty($fields))
@@ -3167,7 +3167,7 @@  discard block
 block discarded – undo
3167 3167
 					<div class="floatright tfa_qrcode">
3168 3168
 						<div id="qrcode"></div>
3169 3169
 						<script type="text/javascript">
3170
-							new QRCode(document.getElementById("qrcode"), "' , $context['tfa_qr_url'],'");
3170
+							new QRCode(document.getElementById("qrcode"), "' , $context['tfa_qr_url'], '");
3171 3171
 						</script>
3172 3172
 					</div>';
3173 3173
 
Please login to merge, or discard this patch.