mirror of https://github.com/iv-org/invidious.git
Replaced to_json with to_pretty_json
This commit is contained in:
parent
275501aad3
commit
c9a843c7fe
|
@ -14,7 +14,7 @@
|
|||
"next_page" => translate(locale, "Next page"),
|
||||
"prev_page" => translate(locale, "Previous page"),
|
||||
"is_rtl" => locale_is_rtl?(locale)
|
||||
}.to_json
|
||||
}.to_pretty_json
|
||||
%>
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue