diff --git a/admin/post-types/writepanels/writepanel-product-type-variable.php b/admin/post-types/writepanels/writepanel-product-type-variable.php
old mode 100644
new mode 100755
index 28c17a8fede..ff2341a9301
--- a/admin/post-types/writepanels/writepanel-product-type-variable.php
+++ b/admin/post-types/writepanels/writepanel-product-type-variable.php
@@ -212,11 +212,11 @@ function variable_product_type_options() {
if ( $attribute['is_taxonomy'] ) {
$post_terms = wp_get_post_terms( $post->ID, $attribute['name'] );
foreach ( $post_terms as $term )
- echo '';
+ echo '';
} else {
$options = explode( '|', $attribute['value'] );
foreach ( $options as $option )
- echo '';
+ echo '';
}
echo '';