Skip to content

Commit

Permalink
escape module option description
Browse files Browse the repository at this point in the history
Agorakit uses XML tags in the description string, which isn't valid HTML
and upsets the `vnu` validator we use at the rendering stage.

this is a more general problem: NixOS/nixpkgs#359157
  • Loading branch information
fricklerhandwerk committed Nov 26, 2024
1 parent 3913df2 commit aed3ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<table>
<tr>
<td>Description:</td>
<td>${value.description}</td>
<td>${lib.escapeXML value.description}</td>
</tr>
<tr>
<td>Type:</td>
Expand Down

0 comments on commit aed3ce0

Please sign in to comment.