mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
remove unescaped :task.text
This commit is contained in:
parent
508e11ab2f
commit
1743eb95b7
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@
|
|||
<input type="checkbox" checked={:task.completed} x-bind=click:vote data-direction={:task.completed}/>
|
||||
{/}
|
||||
</div>
|
||||
<div class="task-text">{unescaped :task.text}</div>
|
||||
<div class="task-text">{:task.text}</div>
|
||||
|
||||
<app:taskMeta />
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue