a closed div that doesn't exist in crud show

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?

Thanks. It's a typo.