[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Bug Report and Patch
Hello,
I haven't quite gotten the hang of the mailing
list thing yet; I posted first in response
to another message. So here I go again, hoping to
do it right this time.
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="'
Thanks to Mike and everyone for this great forum!
Regards,
Lee Nelson