*** lib/TWiki.pm.orig 2005-08-23 18:47:55.000000000 +0200 --- lib/TWiki.pm 2005-08-23 18:49:16.000000000 +0200 *************** *** 2967,2974 **** # $_[1] is topic # $_[2] is web ! # Make Edit URL unique for every edit - fix for RefreshEditPage. ! $_[0] =~ s!%EDITURL%!"$dispScriptUrlPath/edit$scriptSuffix/%WEB%/%TOPIC%\?t=" . time()!ge; $_[0] =~ s/%NOP{(.*?)}%/$1/gs; # remove NOP tag in template topics but show content $_[0] =~ s/%NOP%//g; --- 2967,2974 ---- # $_[1] is topic # $_[2] is web ! # Use editf redirector - fix for RefreshEditPage. ! $_[0] =~ s!%EDITURL%!"$dispScriptUrlPath/editf$scriptSuffix/%WEB%/%TOPIC%"!ge; $_[0] =~ s/%NOP{(.*?)}%/$1/gs; # remove NOP tag in template topics but show content $_[0] =~ s/%NOP%//g;