Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/582a911fed53ece3290937584344415011a4fdbe You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from madesch/fix-encoding

Set meta charset to be utf-8
pull/567/head
Jamie 9 years ago committed by GitHub
commit 582a911fed

@ -19,6 +19,7 @@
<div hidden="hidden" id="baseUrl">@baseUrl.ToHtmlString()</div>
<head>
<title>@UI.Layout_Title</title>
<meta charset="utf-8">
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
@Html.LoadAnalytics()

Loading…
Cancel
Save