Skip to content
Snippets Groups Projects
Unverified Commit b4d36383 authored by Nick's avatar Nick Committed by GitHub
Browse files

Merge pull request #22021 from edx/Remove-backtick-typo

Remove backtick typo in advanced_entry.underscore
parents b939791f d1ebd129
No related merge requests found
......@@ -7,7 +7,7 @@
<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>``
<span class="tip tip-stacked"><%- help %></span>
</div>
<% if (deprecated) { %>
<span class="status"><%- gettext("Deprecated") %></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment