mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #775 from DonPrus/master
Fix problem with cyrillic chars in docs
This commit is contained in:
commit
2d214fc934
@ -100,7 +100,7 @@
|
||||
{% for key, value in infos %}
|
||||
<tr>
|
||||
<td>{{ key|title }}</td>
|
||||
<td>{{ value|json_encode|replace({'\\\\': '\\'})|trim('"') }}</td>
|
||||
<td>{{ value|json_encode(constant('JSON_UNESCAPED_UNICODE'))|replace({'\\\\': '\\'})|trim('"') }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user