aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: bug in amuleweb template chicane  (Read 1760 times)

Neko

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
bug in amuleweb template chicane
« 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';
Logged

lfroen

  • Guest
Re: bug in amuleweb template chicane
« Reply #1 on: February 06, 2006, 05:35:40 PM »

Will be fixed. Thanx for report.
Logged