We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b26d74 commit 9c01c79Copy full SHA for 9c01c79
1 file changed
reservar/manage.php
@@ -660,7 +660,7 @@ function clearUserSelection() {
660
661
if (!empty($detalhesreserva['extra'])) {
662
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>";
+ echo "<div class='border rounded p-3'>" . nl2br(htmlspecialchars($detalhesreserva['extra'], ENT_QUOTES, 'UTF-8')) . "</div>";
664
}
665
666
// Display reserved materials
0 commit comments