Преглед изворни кода

Fixed typo in json error template

Juan Ases García пре 14 година
родитељ
комит
2ba9ebfee9

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/error.json.twig

@@ -1 +1 @@
-{{ { 'error': { 'code': status_code, 'message': status_text } }|json_encode }}
+{{ { 'error': { 'code': status_code, 'message': status_text } }|json_encode|raw }}