Skip to content

Commit 19809fc

Browse files
committed
Merge #52 - Don't inject <br> tags into <pre> examples
Pull-request: #52
2 parents 8a642d0 + 302b7aa commit 19809fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/themes/default/class.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{% for example in method.getExamples() %}
155155
<tr>
156156
<td><pre class="examples">
157-
{{- example|join(' ')|nl2br -}}
157+
{{- example|join(' ') -}}
158158
</pre></td>
159159
</tr>
160160
{% endfor %}

0 commit comments

Comments
 (0)