]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/short-tags.php
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / tests / in / short-tags.php
1 <? $foo=1 ?>, <?= "bla" ?>
2         instead of
3 <?php $foo=1 ?>, <?php echo "bla" ?>