[ZDNet] Fix article layout (#1793)

This commit is contained in:
ORelio 2020-10-13 18:46:58 +02:00 committed by GitHub
parent 7b6ff78623
commit 64ec488f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ class ZDNetBridge extends FeedExpander {
'<div class="downloadNow',
'<div data-shortcode',
'<div id="sharethrough',
'<div id="inpage-video'
'<div id="inpage-video',
'<div class="share-bar-wrapper"',
) as $div_start) {
$contents = stripRecursiveHtmlSection($contents, 'div', $div_start);
}