Skip to content

Commit

Permalink
bugfix: avoid XSS in netdev ip forms (LMS #1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
chilek committed Oct 19, 2021
1 parent 5c384c8 commit cdadd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/promotion/promotionschemainfobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{icon name="money"}
</td>
<td class="nobr" colspan="2">
<A href="?m=promotioninfo&id={$schema.pid}">{$schema.promotion}</A>
<A href="?m=promotioninfo&id={$schema.pid}">{$schema.promotion|escape}</A>
</td>
</tr>
{if $schema.description}
Expand Down

0 comments on commit cdadd9f

Please sign in to comment.