Examples: Removed deprecated HTTML attributes from <table> tag

This commit is contained in:
Fonata
2019-12-25 15:06:18 +01:00
parent 7ba2f9b296
commit d79160f40a
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ $csv->auto('_books.csv');
background-color: #FFF;
}
</style>
<table border="0" cellspacing="1" cellpadding="3">
<table>
<tr>
<?php foreach ($csv->titles as $value): ?>
<th><?php echo $value; ?></th>