1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
MatteoPistorello
2021-02-19 18:07:19 +01:00

View File

@@ -123,11 +123,12 @@ echo '
</tr>';
// Richiesta
// Rimosso nl2br, non necessario con ckeditor
echo '
<tr>
<td colspan="4" style="height:20mm;">
<b>'.tr('Richiesta').':</b>
<p>'.nl2br($documento['richiesta']).'</p>
<p>'.($documento['richiesta']).'</p>
</td>
</tr>';