ajustes
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
color: #1e40af;
|
||||
}
|
||||
</style>
|
||||
<div class="mt-2 text-gray-600 text-sm prose max-w-none"><?= $order['content'] ?></div>
|
||||
<div class="mt-2 text-gray-600 text-sm prose max-w-none">
|
||||
<?= \App\Utils\TextFormatter::formatContent($order['content'] ?? '') ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
color: #1e40af;
|
||||
}
|
||||
</style>
|
||||
<div class="prose max-w-none text-gray-700"><?= $order['content'] ?></div>
|
||||
<div class="prose max-w-none text-gray-700">
|
||||
<?= \App\Utils\TextFormatter::formatContent($order['content'] ?? '') ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user