-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

----- Original Message -----
From: "Nicolas Parody" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 05, 2001 9:07 PM
Subject: 2.0b1 Problem with HTML Comments


> Hi,
>
> I noticed this weird behaviour when I upgraded from 1.3b6 to 2.0b1.
> HTML Comments like this: <!--BEGIN NAVIGATION TOP-->
> Are outputed like this: <<!-->
>
> It looks to me like Embperl surrounds the "<!--" Tag with additional
> brackets thus preventing Netscape 4.72 from loading the rest of the page.
>
> Is there something I can do about this or should I go back to using an
> earlier version? I upgraded because of problems with pages not finishing
> loading when I used $escmode=1.
>

It's a bug in Embperl 2.0b1. Goto Embperl/Syntax.pm and find the following
lines near the end of the file and comment them all out. They aren't
necessary in 2.0b1.

    'HTML Comment' => {
        'text' => '<!--',
        'end'  => '-->',
        },



The bug which cause pages not to finish with escmode = 1 is also fixed in
1.3.0 and 1.3.1

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to