[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Bug Report - And Patch!
Quoting Lee Nelson (jld123@pobox.com):
> ****** message to minivend-users from Lee Nelson <jld123@pobox.com> ******
>
>
> Hi Everyone,
>
> I found a relatively minor bug relating to the
> production of HTML in MiniVend 3.14.
>
> BUG DESCRIPTION
>
> If I use the code:
>
> [page form="mv_todo=return del_button=del"]
>
> It produces the code (line break for clarity):
>
> <A HREF=http://192.168.0.21/cgi-bin/test/process?
> mv_session_id=K3RqBGCx&mv_todo=return&del_button=del">
>
> Notice the missing quote mark at the beginning of the
> URL.
>
> THE FIX
>
> The problem is in Interpolate.pm, line 2161. Just
> change:
>
> '<A HREF='
> to
> '<A HREF="'
>
Incorporated in the next release...thanks Lee.
--
Mike Heins http://www.minivend.com/ ___
Internet Robotics |_ _|____
If you like what you're gettin', 131 Willow Lane, Floor 2 | || _ \
keep doin' what you're doin'. Oxford, OH 45056 | || |_) |
-- Hector <mikeh@minivend.com> |___| _ <
513.523.7621 FAX 7501 |_| \_\
- Follow-Ups:
- MINIMATE
- From: laurent demaret <ldemaret@microapp.com>