Replaced to_json with to_pretty_json

This commit is contained in:
RadoslavL 2023-09-30 19:11:42 +03:00
parent 275501aad3
commit c9a843c7fe

View File

@ -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>