Skip to content

Commit 9c01c79

Browse files
committed
Atualizar bg da informação extra
1 parent 2b26d74 commit 9c01c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reservar/manage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function clearUserSelection() {
660660

661661
if (!empty($detalhesreserva['extra'])) {
662662
echo "<p class='mb-2'><strong>Informação Extra:</strong></p>";
663-
echo "<div class='border rounded p-3 bg-light'>" . nl2br(htmlspecialchars($detalhesreserva['extra'], ENT_QUOTES, 'UTF-8')) . "</div>";
663+
echo "<div class='border rounded p-3'>" . nl2br(htmlspecialchars($detalhesreserva['extra'], ENT_QUOTES, 'UTF-8')) . "</div>";
664664
}
665665

666666
// Display reserved materials

0 commit comments

Comments
 (0)