EDUCATOR-5304 - update help text (#25264)

* EDUCATOR-5304 - update help text

* EDUCATOR-5304 - update help text - escape underscore

* EDUCATOR-5304 - update help text - escape underscore 2
This commit is contained in:
Andytr1
2020-10-06 16:30:02 -04:00
committed by GitHub
parent 5f68f2f1e2
commit b4f144ef62
2 changed files with 6 additions and 20 deletions

View File

@@ -7,7 +7,8 @@
<div class="field text value">
<label class="sr" for="<%- valueUniqueId %>"><%- display_name %></label>
<textarea class="json text" id="<%- valueUniqueId %>"><%- value %></textarea>
<span class="tip tip-stacked"><%- help %></span>
<% // xss-lint: disable=underscore-not-escaped %>
<span class="tip tip-stacked"><%= help %></span>
</div>
<% if (deprecated) { %>
<span class="status"><%- gettext("Deprecated") %></span>