Gerald Richter wrote:
* I'm porting some old pages to Embperl2 and I have noticed
the following difference: When ... img src="" ... is not quoted,
Emperl2 generates ... img src tst.gif ... (without =) and
breaks all images and links. I know it's incorrect not to
escape parameter val
>
> * I'm porting some old pages to Embperl2 and I have noticed
> the following difference: When ... img src=tst.gif ... is not quoted,
> Emperl2 generates ... img src tst.gif ... (without =) and
> breaks all images and links. I know it's incorrect not to
> escape parameter values in HML, but
Hi,
* I'm porting some old pages to Embperl2 and I have noticed the
following difference: When ... img src=tst.gif ... is not quoted,
Emperl2 generates ... img src tst.gif ... (without =) and breaks all
images and links. I know it's incorrect not to escape parameter values
in HML, but it use t