aMule Forum

English => en_Bugs => Topic started by: Neko on February 06, 2006, 03:42:13 PM

Title: bug in amuleweb template chicane
Post 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
Code: [Select]
'">Cancel';has to be replaced with
Code: [Select]
'>Cancel';
Title: Re: bug in amuleweb template chicane
Post by: lfroen on February 06, 2006, 05:35:40 PM
Will be fixed. Thanx for report.