Skip to content

Commit 37f2ea4

Browse files
authored
Remove cellspacing and cellpadding
1 parent 900ae17 commit 37f2ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/joomla/error/backtrace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
$class = $displayData['class'] ?? 'table table-striped table-bordered';
2323
?>
24-
<table cellpadding="0" cellspacing="0" class="<?php echo $class ?>">
24+
<table class="<?php echo $class ?>">
2525
<tr>
2626
<td colspan="3">
2727
<strong>Call stack</strong>

0 commit comments

Comments
 (0)