internal link like somepage.html#jumpHere problematic
Brought to you by:
topot
Hello,
if you have an internal link in your page, like
<a href="#jumpHere">
to go to some place in your page:
<a name="jumpHere">
somehow it's doubled over here using the proxy. I get
twice this feature in my URL...
so not like it should be:
http://overYourPHPproxy/index.php/toMySie.html#jumpH
ere
but
http://overYourPHPproxy/index.php/toMySie.html#jumpH
ere#jumpHere
A workaround is - for now - to insert an alias name:
<a name="jumpHere">
<a name="jumpHere#jumpHere">
but that's ugly
Greetings Timo Damm privat@timo-damm.de
Logged In: YES
user_id=1038158
I have fixed the bug in next version.Next version will be soon
avaliable:)