The output does cut off just after the beginning of /includes/templates/your_template/templates/tpl_modules_attributes.php.
View Source:
HTML Code:
<!--bof Attributes Module -->
<div id="productAttributes">
and the stock tpl_modules_attributes.php:
PHP Code:
* @version $Id: tpl_modules_attributes.php 3208 2006-03-19 16:48:57Z birdbrain $
*/
?>
<div id="productAttributes">
<?php if ($zv_display_select_option > 0) { ?>
<h3 id="attribsOptionsText"><?php echo TEXT_PRODUCT_OPTIONS; ?></h3>
<?php } // show please select unless all are readonly ?>
So what does that part of your file copy look like?