mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Adding to baked index files to fix rendering issues in IE.
This commit is contained in:
parent
0311ddb609
commit
dc00cfe539
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
}
|
||||
if ($isKey !== true) {
|
||||
echo "\t\t<td>\n\t\t\t<?php echo \${$singularVar}['{$modelClass}']['{$field}']; ?>\n\t\t</td>\n";
|
||||
echo "\t\t<td><?php echo \${$singularVar}['{$modelClass}']['{$field}']; ?> </td>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue