Skip to content

Commit

Permalink
Remove markup from title
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Feb 16, 2021
1 parent e6519b4 commit 73fd7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
<j:set var="it" value="${item}"/>
<j:set var="instance" value="${null}"/>
<j:set var="help" value="${descriptor.helpFile}"/>
<f:entry title="&lt;strong&gt;&lt;code&gt;${symbol}&lt;code&gt;&lt;/strong&gt;" help="${help}" />
<f:entry title="STEP: ${symbol}" help="${help}" />
<st:include from="${descriptor}" page="${descriptor.configPage}" optional="true">
<f:block>
${%This step has not yet defined any visual configuration.}
Expand Down

0 comments on commit 73fd7b1

Please sign in to comment.