mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Remove horizontal rule in exporter docs
This commit is contained in:
parent
26773ac67f
commit
f6b800c372
1 changed files with 1 additions and 1 deletions
|
@ -2366,5 +2366,5 @@ def build_export_docs():
|
||||||
|
|
||||||
sections.append(section)
|
sections.append(section)
|
||||||
|
|
||||||
docs = '\n\n---\n\n'.join(sections)
|
docs = '\n\n\n'.join(sections)
|
||||||
return helpers.sanitize(docs)
|
return helpers.sanitize(docs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue