mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix missing description in new extravar form
This commit is contained in:
parent
117023817d
commit
61a0cf38c3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
@include ('form_types/text')
|
||||
@endswitch
|
||||
|
||||
@if (!empty($desc))
|
||||
@if (!empty($definition->desc))
|
||||
<p class="rx_ev_description">
|
||||
{{ nl2br(escape(Context::replaceUserLang($definition->desc), false)) }}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue