yanwong / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

getting different with file_get_dom() #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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="&lt;?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