mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
10 lines
178 B
Twig
10 lines
178 B
Twig
{% apply replace({"\n": ' ', '\t': ''}) %}
|
|
<textarea
|
|
id="{{ ID }}"
|
|
name="{{ NAME }}"
|
|
rows="{{ ROWS }}"
|
|
cols="{{ COLS }}">
|
|
{{ CONTENT }}
|
|
</textarea>
|
|
{% endapply %}
|