Adding   to baked index files to fix rendering issues in IE.

This commit is contained in:
Mark Story 2010-01-12 18:28:16 -05:00
parent 0311ddb609
commit dc00cfe539

View file

@ -48,7 +48,7 @@
} }
} }
if ($isKey !== true) { 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}']; ?>&nbsp;</td>\n";
} }
} }