Embperl-2.0b8

base.epl:
-------------------------------------------------------------------------
<html>
  <head><title>test</title></head>
  <body>
    <table><tr><td>
    <img src="bla.png" border="0" alt="" />[- Execute('*'); -]
    </td></tr></table>
  </body>
</html>
-------------------------------------------------------------------------

index.html:
-------------------------------------------------------------------------
<img src="bla.png" border="0" alt="alt2" />
-------------------------------------------------------------------------

Result is:
-------------------------------------------------------------------------
<html>
  <head><title>test</title></head>
  <body>
    <table><tr><td>
    <img src="bla.png"  border="0" alt="" /<img src="bla.png"  border="0" alt="alt2" />
></td></tr></table>
  </body>
</html>
-------------------------------------------------------------------------

Note that the inserting of index.html happend one character position earlier
than it should have happened.

Jochen
-- 
Jochen Topf  [EMAIL PROTECTED]  http://www.remote.org/jochen/  +49-721-388298


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to