Skip to content

Commit

Permalink
Render build commands with text binding (#324)
Browse files Browse the repository at this point in the history
Drop build command html binding for text binding instead

This was HTML binding as the colored ANSI output used ansiup and
sanitize-html to produce colored HTML output. While we are still waiting
on that, we can instead use a simple text binding.

- Refs #71
  • Loading branch information
agjohnson authored Apr 1, 2024
1 parent bd12f15 commit e808f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocsext/theme/templates/builds/build_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h3>{% trans "Build Errors" %}</h3>
</a>
</td>
<td class="stdout">
<code data-bind="html: output"></code>
<code data-bind="text: output"></code>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit e808f6f

Please sign in to comment.