correctly escape license in web ui
Fixes: https://pagure.io/koji/issue/1285
This commit is contained in:
parent
cb6e42b4f0
commit
53f3109fba
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
</tr>
|
||||
#if $rpm.external_repo_id == 0
|
||||
<tr>
|
||||
<th>License</th><td>$license</td>
|
||||
<th>License</th><td>$util.escapeHTML($license)</td>
|
||||
</tr>
|
||||
#end if
|
||||
#if $builtInRoot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue