mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Don't escape HTML in the disclaimer (for <br>)
This commit is contained in:
parent
535f4c01a8
commit
31141a9659
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
{{#if disclaimer }}
|
||||
<hr>
|
||||
<p id="disclaimer-migration-{{number}}" class="list-group-item-text">
|
||||
{{ disclaimer }}
|
||||
{{{ disclaimer }}}
|
||||
<div style="margin-left:20px">
|
||||
<label style="" id="disclaimer-ack-migration-{{number}}" class="checkbox disclaimer-ack">
|
||||
<input type="checkbox"> I read and understood this disclaimer
|
||||
|
|
Loading…
Add table
Reference in a new issue