http://www.perlmonks.org?node_id=758399


in reply to Re^2: Free Nodelet, JavaScript and PM links (words)
in thread Free Nodelet, JavaScript and PM links

The code I included that parsed the Free Nodelet contents doesn't look at any user settings...

Aha! Here is the problem code:

if( $html =~ /`/ ) { $html= htmlcode( 'expandfreenodelet','', $html ); } else { $html =~ s/\[(.*?)\]/handleLinks($1,getId($NODE))/egs; }

So the special handling of HTML comments doesn't happen unless there is at least one ` somewhere in your Free Nodelet. I'll fix that.

Thanks for the bug report and the patience at my missing some of the details you provided.

Update: I've fixed it.

- tye        

Replies are listed 'Best First'.
Re^4: Free Nodelet, JavaScript and PM links (bug)
by ig (Vicar) on Apr 18, 2009 at 05:32 UTC

    It's working now. Thanks much!!