Skip to content

Commit

Permalink
Issue #16 remove unwanted .
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 9, 2020
1 parent 4fa02d0 commit 753fd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-part.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function fizzie_load_template_part( $attributes ) {

// $content = fizzie_create_error_block( );

$html .= '<div>';
$html = '<div>';
$html = 'Template Part Not Found: ' . $slug;
foreach ( $attributes as $key => $value ) {
$html .= "<div><span>$key</span>: <span>$value</span>";
Expand Down

0 comments on commit 753fd6e

Please sign in to comment.