Remove unwanted data-post-id attributes from templates [MAILPOET-1620]
This commit is contained in:
@ -696,7 +696,7 @@ class Coffee {
|
||||
1 =>
|
||||
array (
|
||||
'type' => 'text',
|
||||
'text' => '<p style="text-align: left;" data-post-id="1997"><span style="color: #6fb910;"><strong>Capsule MFG Launches Upgraded Line of Modular Coffee Bars</strong></span></p>
|
||||
'text' => '<p style="text-align: left;"><span style="color: #6fb910;"><strong>Capsule MFG Launches Upgraded Line of Modular Coffee Bars</strong></span></p>
|
||||
<p style="text-align: left;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p style="text-align: left;">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.</p>
|
||||
<p style="text-align: left;"></p>
|
||||
@ -737,7 +737,7 @@ class Coffee {
|
||||
1 =>
|
||||
array (
|
||||
'type' => 'text',
|
||||
'text' => '<p style="text-align: left;" data-post-id="1997"><span style="color: #6fb910;"><strong>British-Designed Niche Zero Aims to Leave No Grind Behind</strong></span></p>
|
||||
'text' => '<p style="text-align: left;"><span style="color: #6fb910;"><strong>British-Designed Niche Zero Aims to Leave No Grind Behind</strong></span></p>
|
||||
<p style="text-align: left;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p style="text-align: left;">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.</p>
|
||||
<p style="text-align: left;"></p>
|
||||
@ -778,7 +778,7 @@ class Coffee {
|
||||
1 =>
|
||||
array (
|
||||
'type' => 'text',
|
||||
'text' => '<p style="text-align: left;" data-post-id="1997"><span style="color: #6fb910;"><strong>Boyd’s Being Acquired by Farmer Bros for Approximately $58.6M</strong></span></p>
|
||||
'text' => '<p style="text-align: left;"><span style="color: #6fb910;"><strong>Boyd’s Being Acquired by Farmer Bros for Approximately $58.6M</strong></span></p>
|
||||
<p style="text-align: left;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<p style="text-align: left;">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.</p>
|
||||
<p style="text-align: left;"></p>
|
||||
|
Reference in New Issue
Block a user