Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML tag escape needed for code block #52

Open
rx294 opened this issue Dec 18, 2018 · 0 comments
Open

HTML tag escape needed for code block #52

rx294 opened this issue Dec 18, 2018 · 0 comments

Comments

@rx294
Copy link
Collaborator

rx294 commented Dec 18, 2018

HTML tags need to escaped when text is populated in the Code tab

eg SIMP Rhel profile in control "V-71971"

Actual text:


#semanage login -a -s sysadm_u <username>

Use the following command to map an existing user to the \"sysdam_u\" role:

#semanage login -m -s sysadm_u <username>

Text displayed on H-Lite code tab

Use the following command to map a new user to the \"sysdam_u\" role:

#semanage login -a -s sysadm_u 

Use the following command to map an existing user to the \"sysdam_u\" role:

#semanage login -m -s sysadm_u 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant