[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]

Re: Java Script problem


  • From: Gunnar Hjalmarsson  
  • Date: Tue, 29 Jul 2003 23:44:52 +0200

Gunnar Hjalmarsson wrote:
This is line 688 in rlmain.pm:

  $output =~ s{\[(.+?)\]}{

I suggest that you change it so that it reads:

$output =~ s{\[([A-Za-z].+?)\]}{

I should have read the whole JavaScript code you posted, Nezihi. That won't make it all the way either. But possibly this will:


  $output =~ s{\[([A-Z][A-Z0-9]+)\]}{

I wonder if this problem is enough of a reason to change the format of the Ringlink template variables to for instance:

    %VARIABLE%

Such a change, if necessary, should of course be made as soon as possible, before a lot of people have upgraded to version 3.0x.

I'd appreciate any advise what to do.

/ Gunnar


Follow-Ups from:
Gunnar Hjalmarsson

References to:
ozdu0001
Gunnar Hjalmarsson

[Date Prev][Date Next][Thread Prev] [Thread Next][Date Index] [Thread Index]