Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken inline #531

Closed
alexander-akait opened this issue Aug 10, 2018 · 1 comment
Closed

broken inline #531

alexander-akait opened this issue Aug 10, 2018 · 1 comment

Comments

@alexander-akait
Copy link
Member

Input:

<?php if (!is_ajax()) { ?>
    <?php do_action('woocommerce_review_order_after_payment'); ?>
<?php } ?>

Output:

<?php if (!is_ajax()) { ?>
    <?php do_action('woocommerce_review_order_after_payment');} ?>

It is break output.

//cc @czosel I will try to search solution, if doesn't find, we should revert this. Because it is regression. Previous solution looks like hack but works great and doesn't break anything.

@czosel
Copy link
Collaborator

czosel commented Aug 10, 2018

Fixed in #532

@czosel czosel closed this as completed Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants