mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
pref-prefs: fix markup
This commit is contained in:
@@ -5,7 +5,8 @@ class Search_Sphinx extends Plugin {
|
||||
return array(1.0,
|
||||
"Delegate searching for articles to Sphinx (don't forget to set options in config.php)",
|
||||
"hoelzro",
|
||||
true);
|
||||
true,
|
||||
"https://git.tt-rss.org/fox/tt-rss/wiki/SphinxSearch");
|
||||
}
|
||||
|
||||
function init($host) {
|
||||
@@ -61,4 +62,4 @@ class Search_Sphinx extends Plugin {
|
||||
function api_version() {
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user