Passed
Push — master ( 8e169a...9490f9 )
by Derek Stephen
11:16
created
src/View/email/user_registration/api_user_registration.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@  discard block
 block discarded – undo
13 13
                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
14 14
                         <tr>
15 15
                             <td class="padding" align="center">
16
-                                <a href="<?= $this->e($siteUrl) ;?>" target="_blank">
17
-                                    <img src="<?= $this->e($siteUrl) ;?>/bone-user/img/pirateship.jpg" width="400" height="164" border="0" alt="<?= $this->e($siteUrl) ;?>" style="display: block; color: #666666;  font-family: Helvetica, arial, sans-serif; font-size: 16px;" class="img-max">
16
+                                <a href="<?= $this->e($siteUrl); ?>" target="_blank">
17
+                                    <img src="<?= $this->e($siteUrl); ?>/bone-user/img/pirateship.jpg" width="400" height="164" border="0" alt="<?= $this->e($siteUrl); ?>" style="display: block; color: #666666;  font-family: Helvetica, arial, sans-serif; font-size: 16px;" class="img-max">
18 18
                                 </a>
19 19
                             </td>
20 20
                         </tr>
@@ -23,10 +23,10 @@  discard block
 block discarded – undo
23 23
                                 <!-- COPY -->
24 24
                                 <table width="100%" border="0" cellspacing="0" cellpadding="0">
25 25
                                     <tr>
26
-                                        <td align="center" style="font-size: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding-top: 30px;" class="padding"><?= $this->t('email.user.register.thanks', 'user') ;?></td>
26
+                                        <td align="center" style="font-size: 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; padding-top: 30px;" class="padding"><?= $this->t('email.user.register.thanks', 'user'); ?></td>
27 27
                                     </tr>
28 28
                                     <tr>
29
-                                        <td align="center" style="padding: 20px 0 0 0; font-size: 16px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #666666;" class="padding"><?= $this->t('email.user.register.body', 'user') ;?></td>
29
+                                        <td align="center" style="padding: 20px 0 0 0; font-size: 16px; line-height: 25px; font-family: Helvetica, Arial, sans-serif; color: #666666;" class="padding"><?= $this->t('email.user.register.body', 'user'); ?></td>
30 30
                                     </tr>
31 31
                                 </table>
32 32
                             </td>
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
                                             <table border="0" cellspacing="0" cellpadding="0" class="mobile-button-container">
41 41
                                                 <tr>
42 42
                                                     <td align="center" style="border-radius: 3px;" bgcolor="#256F9C">
43
-                                                        <a href="<?= $this->e($activationLink) ;?>" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 15px 25px; border: 1px solid #256F9C; display: inline-block;" class="mobile-button"><?= $this->t('email.user.register.button', 'user') ;?> &rarr;</a></td>
43
+                                                        <a href="<?= $this->e($activationLink); ?>" target="_blank" style="font-size: 16px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; border-radius: 3px; padding: 15px 25px; border: 1px solid #256F9C; display: inline-block;" class="mobile-button"><?= $this->t('email.user.register.button', 'user'); ?> &rarr;</a></td>
44 44
                                                 </tr>
45 45
                                             </table>
46 46
                                         </td>
Please login to merge, or discard this patch.