diff --git a/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs b/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs
index 8b15ce5d9..fb0be48a0 100644
--- a/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs
+++ b/src/Jackett.Common/Indexers/Definitions/CardigannIndexer.cs
@@ -178,7 +178,7 @@ namespace Jackett.Common.Indexers.Definitions
item = new DisplayInfoConfigurationItem($"About {Definition.Name} Categories", $"{Definition.Name} does not return categories in its search results.To add to your Apps' Torznab indexer, replace all categories with 8000(Other).");
break;
case "info_cookie":
- item = new DisplayInfoConfigurationItem("How to get the Cookie", "
- Login to this tracker with your browser
- If present in the login page, ensure you have the Remember me ticked and the Log Me Out if IP Changes unticked when you login
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button (Chrome Browser) or HTML button (FireFox)
- Refresh the page by pressing F5
- Click on the first row entry
- Select the Headers tab on the Right panel
- Find 'cookie:' in the Request Headers section
- Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
");
+ item = new DisplayInfoConfigurationItem("How to get the Cookie", "- Login to this tracker with your browser
- If present in the login page, ensure you have the Remember me ticked and the Log Me Out if IP Changes unticked when you login
- Navigate to the web site's torrent search page to view the list of available torrents for download
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button (Chrome Browser) or HTML button (FireFox)
- Refresh the page by pressing F5
- Click on the first row entry
- Select the Headers tab on the Right panel
- Find 'cookie:' in the Request Headers section
- Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
");
break;
case "info_flaresolverr":
item = new DisplayInfoConfigurationItem("FlareSolverr", "This site may use Cloudflare DDoS Protection, therefore Jackett requires FlareSolverr to access it.");