wip
This commit is contained in:
parent
2fc73eefd0
commit
c0fd5271b6
|
@ -23,7 +23,7 @@ class KagiSummarizerExtension extends Minz_Extension {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function addSummarizeButton(FreshRSS_Entry $entry): FreshRSS_Entry {
|
public function addSummarizeButton(FreshRSS_Entry $entry): FreshRSS_Entry {
|
||||||
$entry->_content('<div id="kagi-summarize"><a href="#">Summarize</a></div>' . $entry->content());
|
$entry->_content('<p class="kagi-summary"><a class="btn" href="#">Summarize</a></p>' . $entry->content());
|
||||||
return $entry;
|
return $entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue