Skip to content

Commit 3506f2e

Browse files
committed
Merge pull request #174 from potomak/avoid-explanation-escaping
Remove explanation escaping
2 parents 4a8c660 + d99d78d commit 3506f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rspec_api_documentation/html_example.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h3>{{ http_method }} {{ route }}</h3>
1717
{{# explanation }}
1818
<p class="explanation">
19-
{{ explanation }}
19+
{{{ explanation }}}
2020
</p>
2121
{{/ explanation }}
2222

0 commit comments

Comments
 (0)