forked from friendica/friendica-addons
fix comment
This commit is contained in:
parent
41fd46600e
commit
63a8ac39f8
|
@ -925,7 +925,7 @@ function retriever_content($a) {
|
|||
'retriever_cookiedata',
|
||||
DI::l10n()->t('Cookie Data'),
|
||||
$retriever_rule['data']['cookiedata'],
|
||||
DI::l10n()->t("Latest cookie data for this feed. Netscape cookie file format.")),
|
||||
DI::l10n()->t("Latest cookie data for this feed. Example: [{\"Name\":\"cookie-name\",\"Value\":\"cookie-value\",\"Domain\":\"example.com\",\"Path\":\"\\/path\\/\",\"Max-Age\":null,\"Expires\":1682450014,\"Secure\":true,\"Discard\":false,\"HttpOnly\":true}]")),
|
||||
'$customxslt' => array(
|
||||
'retriever_customxslt',
|
||||
DI::l10n()->t('Custom XSLT'),
|
||||
|
|
Loading…
Reference in a new issue