Skip to content

Commit

Permalink
Merge pull request #1175 from equalizedigital/dev/pricing-block
Browse files Browse the repository at this point in the history
spacing
  • Loading branch information
tronsymphony authored Apr 8, 2024
2 parents 8866474 + dc4f2a9 commit 9784f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/blocks/pricing-calculator/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
// Trim the line to remove whitespace and then check if it's not empty
$line = trim($line);
if (!empty($line)) {
echo '<li>' . esc_html($line) . '</li>';
echo '<li>' . esc_html($line) . ' </li>';
}
}
echo '</ul>';
Expand Down

0 comments on commit 9784f65

Please sign in to comment.