mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-18 07:41:58 +02:00
don't escape setting help to allow for html
This commit is contained in:
parent
33a411b895
commit
1c899daa1c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"settings": [
|
||||
{
|
||||
"name": "access-token",
|
||||
"label": "High Fidelity Access Token",
|
||||
"label": "Access Token",
|
||||
"help": "This is an access token generated on the <a href='https://data.highfidelity.io/tokens'>My Tokens</a> page of your High Fidelity account.<br/>Generate a token with the 'domains' scope and paste it here.<br/>This is required to associate this domain-server with a domain in your account."
|
||||
},
|
||||
{
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<% } %>
|
||||
<% } %>
|
||||
</div>
|
||||
<p class="help-block col-sm-offset-2 col-sm-10"><%- setting.help %></p>
|
||||
<p class="help-block col-sm-offset-2 col-sm-10"><%= setting.help %></p>
|
||||
</div>
|
||||
<% }); %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue