aMule Forum
English => en_Bugs => Topic started by: Neko on February 06, 2006, 03:42:13 PM
-
Hello,
I just discovered a small bug in amuleweb template chicane. There is an apostrophe too much in the html-tags around the cancel-button in downloads.php that prevends that the button is displayed in some browsers (especially IE). I don't know whether this is already fixed in cvs ...
The following line in downloads.php
'">
';
has to be replaced with
'>
';
-
Will be fixed. Thanx for report.