Hello,
just try to re-indent the following snippet with textmate and wonder about it. ;)
Is there a way to fix the indentation? In which bundle should it be fixed? HTML oder PHP?
<html> <header> <body> <?php $array['foo'] = array( 'foo' => 'bar', 'bar' => 'foo' ); $array['bar'] = array( 'foo' => 'bar', 'bar' => 'foo' ); ?>
<?php if (test == "") { ?> <ul> <li>foo</li> <li>bar</li> </ul> <?php } else { ?> <ul> <li>bar</li> <li>foo</li> </ul> <?php } ?> </body> </header> </html>
Regards, Wolfgang