Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Free Nodelet, JavaScript and PM links (bug)

by tye (Sage)
on Apr 18, 2009 at 04:05 UTC ( [id://758399]=note: print w/replies, xml ) Need Help??


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!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://758399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found