[ewiki] image-markup bug?

Hello!

According to the markup, positioning an resizing of image should work as 
follows, right? Some of it doesn't work for me.

[greatpicture.gif] - display alligned left, width=70%. Works.

[ greatpicture.gif] - display alligned right (w/ one OR two white spaces? 
According to code ($spaces_l = ($href[0]==" ") ?1:0; --line 2208 in 
ewiki.php) it looks like one. Works in my install w/ one and two whitespaces.

[ greatpicture.gif ] - display centered (w/ whitespaces left and right). 
Browsers (Mozilla 1.5, Konqueror 3.1.3) don't show it centered. though the 
code says:

<p><img src="http://myurl.org/greatpicture.gif"; alt="greatpicture.gif" 
align="center"></p>

[greatpicture.gif?x=20&y=100] - display resized. This doesn't show anything, 
and the code looks like this (might again be a urlencode/rwaurlencode 
problem):

<p><img src="http://.myurl.org/greatpicture.gif%253Fx%253D10"; 
alt="Datei.evian_zug.gif?x=10">
</p>

Any ideas?

Ciao, Timm


Other related posts: