Skip to content

Commit

Permalink
Reverted a previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldur Rensch committed Aug 28, 2012
1 parent dc1c91e commit 4d7f9bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Resources/views/method.html.twig
Expand Up @@ -94,9 +94,8 @@
<table>
{% for key, value in infos %}
<tr>
<td><strong>{{ key|title }}</strong></td>
<td>{{ value|replace({'*': ''})|extra_markdown }}</td>
{# <td>{{ value|json_encode|replace({'\\\\': '\\'})|trim('"') }}</td>#}
<td>{{ key|title }}</td>
<td>{{ value|json_encode|replace({'\\\\': '\\'})|trim('"') }}</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 4d7f9bf

Please sign in to comment.