Actions
Bug #5745
closedEntities name rendered as HTML under details page
Difficulty:
hard
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1096189
Description of problem:
GPG key name rendered as HTML under details page. See the name along with Heading "GPG Key" and along with 'Name'
Please see screenshot.
Version-Release number of selected component (if applicable):
Satellite-6.0.3-RHEL-6-20140508.1
How reproducible:
always
Steps to Reproduce:
1. create a gpgkey with <a href='foo'>Click here</a>
2. go to details page
3.
Actual results:
the link'Click here' will be created
Expected results:
the key name should not be rendered as html
it should be like
<a href='foo'>Click here</a>
Additional info:
Actions