Skip to:
Content

BuddyPress.org

Ticket #7989: 7989.01.patch

File 7989.01.patch, 2.1 KB (added by r-a-y, 6 years ago)
  • src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php

     
    189189                                                        <tr>
    190190                                                                <td style="padding: 20px; font-family: sans-serif; mso-height-rule: exactly; line-height: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.618 ) . 'px' ) ?>; color: <?php echo esc_attr( $settings['body_text_color'] ); ?>; font-size: <?php echo esc_attr( $settings['body_text_size'] . 'px' ); ?>" class="body_text_color body_text_size">
    191191                                                                        <span style="font-weight: bold; font-size: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.35 ) . 'px' ); ?>" class="welcome"><?php bp_email_the_salutation( $settings ); ?></span>
    192                                                                         <hr color="<?php echo esc_attr( $settings['email_bg'] ); ?>"><br>
     192                                                                        <hr color="<?php echo esc_attr( $settings['email_bg'] ); ?>">
    193193                                                                        {{{content}}}
    194194                                                                </td>
    195195                                                        </tr>
  • src/bp-templates/bp-nouveau/buddypress/assets/emails/single-bp-email.php

     
    189189                                                        <tr>
    190190                                                                <td style="padding: 20px; font-family: sans-serif; mso-height-rule: exactly; line-height: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.618 ) . 'px' ); ?>; color: <?php echo esc_attr( $settings['body_text_color'] ); ?>; font-size: <?php echo esc_attr( $settings['body_text_size'] . 'px' ); ?>" class="body_text_color body_text_size">
    191191                                                                        <span style="font-weight: bold; font-size: <?php echo esc_attr( floor( $settings['body_text_size'] * 1.35 ) . 'px' ); ?>" class="welcome"><?php bp_email_the_salutation( $settings ); ?></span>
    192                                                                         <hr color="<?php echo esc_attr( $settings['email_bg'] ); ?>"><br>
     192                                                                        <hr color="<?php echo esc_attr( $settings['email_bg'] ); ?>">
    193193                                                                        {{{content}}}
    194194                                                                </td>
    195195                                                        </tr>