This commit is contained in:
Rudis Muiznieks 2023-09-25 13:10:11 -05:00
parent c9983fcbfd
commit b8fdfadf29
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class KagiSummarizerExtension extends Minz_Extension {
}
public function addSummarizeButton(FreshRSS_Entry $entry): FreshRSS_Entry {
$entry->_content('<h1>Hello World</h1>' . $entry->_content());
$entry->_content('<h1>Hello World</h1>' . $entry->content());
return $entry;
}
}