mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix double escape of <br> tags in extravar description
This commit is contained in:
parent
74d651afdd
commit
4e6e1e57b2
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@
|
|||
|
||||
@if (!empty($definition->desc))
|
||||
<p class="rx_ev_description">
|
||||
{{ nl2br(escape(Context::replaceUserLang($definition->desc), false)) }}
|
||||
{{ Context::replaceUserLang($definition->desc)|nl2br }}
|
||||
</p>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue