1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

[ticket/11150] Adds an overflow to composer output

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-17 10:55:49 +02:00
committed by Tristan Darricau
parent 0926e94955
commit ba0f151c39

View File

@@ -5,11 +5,13 @@
<p>{{ MESSAGE_TEXT }}</p>
</div>
<div style="overflow-x:scroll">
<fieldset>
{%- if MESSAGE_DETAIL_LEGEND -%}
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
{%- endif -%}
<pre>{{ MESSAGE_DETAIL }}</pre>
</fieldset>
</div>
<!-- INCLUDE overall_footer.html -->