mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Fix changelog modal output.
This commit is contained in:
parent
a18ba24f4a
commit
ba68a9b52b
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
|||
<h4 class="modal-title">Changelog</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
${versioncheck.read_changelog()}
|
||||
${versioncheck.read_changelog() | n}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue