Hello. I have template like this: 1.<div id="links" style="display: none;"> 2.Stary link:<a href="{0}">{0}</a><br> 3.Nowy link:<a href="{1}">{1}</a><br> 4.Nowy link:<input name="shorted" id="shorted" class="select" value="{1}"><br> 5.Nowy link:<a href="{2}">{2}</a><br> 6.Nowy link:<input name="shorted2" id="shorted2" class="select" value="{2}"> 7.</div>
after execution some patterns are replaced by arguments and some not. Arguments: {0} = http://wp.pl {1} = http://2h.localhost {2} = http://localhost/2h it looks like this: 1.<div id="utnij" align="center" style="opacity: 1;"> 2.Stary link:<a href="%7B0%7D">http://wp.pl</a><br/> 3.Nowy link:<a href="%7B1%7D">http://2h.localhost</a> 4.Nowy link:<input id="shorted" class="select" value="http:// 2h.localhost" name="shorted"/> 5.Nowy link:<a href="%7B2%7D">http://localhost/2h</a> 6.Nowy link:<input id="shorted2" class="select" value="http:// localhost/2h" name="shorted2"/> 7.</div> I have to add, that this bug appears only in Fx, IE and Chrome works fine. Do You know why this is happening. Thanks in advance.