diff --git a/template-part.php b/template-part.php index 293b0d9..8fa918a 100644 --- a/template-part.php +++ b/template-part.php @@ -25,7 +25,7 @@ function fizzie_load_template_part( $attributes ) { // $content = fizzie_create_error_block( ); - $html .= '
'; + $html = '
'; $html = 'Template Part Not Found: ' . $slug; foreach ( $attributes as $key => $value ) { $html .= "
$key: $value";