gajus / dindent

HTML indentation library for development and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not intent correctly when there is php?

gurumark opened this issue · comments

FOR EXAMPLE
Before:
<?php if($ycount >= 1){ ?>
After the indentation

<?php if($ycount >
= 1){ ?>

Causing syntax errors.

It is not supposed to. It is designed to indent plaint HTML.