Преглед на файлове

Fixed typo in json error template

Juan Ases García преди 14 години
родител
ревизия
2ba9ebfee9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Resources/views/Exception/error.json.twig

+ 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 }}