correctly escape license in web ui

Fixes: https://pagure.io/koji/issue/1285
This commit is contained in:
Tomas Kopecek 2019-02-26 11:27:00 +01:00 committed by Mike McLean
parent cb6e42b4f0
commit 53f3109fba

View file

@ -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