What will reproduce the problem?
when the file is open with file_get_dom() function
What is the expected output? What do you see instead?
i expected to see like this:
<ul id="main">
<li><a href="Home.php">Home</a></li>
<li><a href="Gallery.php">Gallery</a></li>
<li class="<?php iscurrent("Test2.php");?>"><a href="Test2.php">Test2</a></li>
</ul
but i am getting this
<ul id="main">
<li><a href="Home.php">Home</a></li>
<li><a href="Gallery.php">Gallery</a></li>
<li class="<?php iscurrent(" Test2>"><a href="Test2.php">Test2</a></li>
Which version are you using?
i am using rev78
Please provide any additional information below.
Original issue reported on code.google.com by pjt.webd...@gmail.com on 12 Mar 2014 at 12:00
Original issue reported on code.google.com by
pjt.webd...@gmail.com
on 12 Mar 2014 at 12:00