[LWNprevBridge] fix: broken bridge

This commit is contained in:
Dag 2022-03-26 03:17:46 +01:00
parent 94e6feced2
commit 74ec1b5687
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ EOD;
private function getFeatureContents(&$html){ private function getFeatureContents(&$html){
$items = array(); $items = array();
foreach($html->getElementsByTagName('h2') as $title) { foreach($html->getElementsByTagName('h3') as $title) {
if($title->getAttribute('class') !== 'SummaryHL') { if($title->getAttribute('class') !== 'SummaryHL') {
continue; continue;
} }