Skip to content

Commit

Permalink
#131 fixed - Extra space after quote in Ads
Browse files Browse the repository at this point in the history
#131 fixed - Extra space after quote in Ads
  • Loading branch information
ahmedkaludi committed Sep 28, 2016
1 parent 87173fd commit 059dae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/features.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function ampforwp_header_advert() {
type="adsense"
width='. $advert_width .' height='. $advert_height . '
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-1'].'"
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-1'] .' ">';
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-1'] .'">';
$output .= '</amp-ad>';
$output .= ' </div>';
echo $output;
Expand Down Expand Up @@ -255,7 +255,7 @@ function ampforwp_footer_advert() {
type="adsense"
width='. $advert_width .' height='. $advert_height . '
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-2'].'"
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-2'] .' ">';
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-2'] .'">';
$output .= '</amp-ad>';
$output .= ' </div>';
echo $output;
Expand Down Expand Up @@ -296,7 +296,7 @@ function ampforwp_before_post_content_advert() {
type="adsense"
width='. $advert_width .' height='. $advert_height . '
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-3'].'"
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-3'] .' ">';
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-3'] .'">';
$output .= '</amp-ad>';
$output .= ' </div>';
echo $output;
Expand Down Expand Up @@ -337,7 +337,7 @@ function ampforwp_after_post_content_advert() {
type="adsense"
width='. $advert_width .' height='. $advert_height . '
data-ad-client="'. $redux_builder_amp['enable-amp-ads-text-feild-client-4'].'"
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-4'] .' ">';
data-ad-slot="'. $redux_builder_amp['enable-amp-ads-text-feild-slot-4'] .'">';
$output .= '</amp-ad>';
$output .= ' </div>';
echo $output;
Expand Down

0 comments on commit 059dae5

Please sign in to comment.