remove additional new line

This commit is contained in:
Amine Ben hammou
2017-09-21 18:47:43 +00:00
parent 0cd9c8e416
commit 04be06c0cb
16 changed files with 18 additions and 34 deletions

View File

@ -8,8 +8,7 @@ class ScienceWeekly {
private $social_icon_url;
function __construct($assets_url) {
$this->template_image_url = 'https://ps.w.org
/mailpoet/assets/newsletter-templates/science_weekly';
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly';
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
}