mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Replaced to_json with to_pretty_json
This commit is contained in:
parent
275501aad3
commit
c9a843c7fe
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"next_page" => translate(locale, "Next page"),
|
"next_page" => translate(locale, "Next page"),
|
||||||
"prev_page" => translate(locale, "Previous page"),
|
"prev_page" => translate(locale, "Previous page"),
|
||||||
"is_rtl" => locale_is_rtl?(locale)
|
"is_rtl" => locale_is_rtl?(locale)
|
||||||
}.to_json
|
}.to_pretty_json
|
||||||
%>
|
%>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue