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

Not removing metadata when writing php #1374

Closed
da2x opened this issue Jul 29, 2014 · 0 comments
Closed

Not removing metadata when writing php #1374

da2x opened this issue Jul 29, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@da2x
Copy link
Contributor

da2x commented Jul 29, 2014

config PAGES = ( ("test/*.php", "stories", "story.tmpl"), ).

test.php: <!-- slug: test -->\n\nHello, I am <?php true; ?>.

Results: <template><!-- slug: test -->\n\nHello, I am <?php true; ?></template>.

Expected: <template>Hello, I am <?php true; ?></template>.

@Kwpolska Kwpolska added the minor label Jul 30, 2014
@Kwpolska Kwpolska added this to the v7.0.2 milestone Jul 30, 2014
@Kwpolska Kwpolska self-assigned this Jul 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants