Bug #7488
closedOn creating hostgroup with html tags, UI appends the closing tag and string in name
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1131416
Description of problem:
when you create hostgroup with html tags, UI appends the closing tag and string in name and covert it to a link.
ex: create hostgroup with name <h1>test</h1> and after creation UI will list it as <h1>test<h1>test</h1> and covert
Version-Release number of selected component (if applicable):
sat6 GA snap5
How reproducible:
always
Steps to Reproduce:
1. create hostgroup with name <h1>test</h1>
2. once created, see the listing
3.
Actual results:
UI shows <h1>test<h1>test</h1> on creating hostgroup with name <h1>test</h1>
see the string "test" and closing tag"</h1>" appended to the original name.
Expected results:
UI should the given name <h1>test</h1> in listing too and without converted it into a link
Additional info: