this is a piece of crud show.php
<tr>
<th class="label"><?php echo "<?php echo CHtml::encode(${$modelVar}->getAttributeLabel('$name')); ?>n"; ?></th>
<td><?php echo "<?php echo CHtml::encode(${$modelVar}->{$name}); ?>n"; ?></td>
</div>
</tr>
why a closed div?