[arbitrary attributes in substituted and tags ganesh**Wed Jun 06 02:41:24 GMT 2001] { hunk ./TODO 5 +if you mention "picture" in an or tag in range templates, +or "group" in an tag in index templates, without meaning it to become +the appropriate substituted link, things will break... + hunk ./examples/index.thtml 12 -Downwards (fixed width)  +Downwards (fixed width)  hunk ./index.pl 51 - $out=~s/\/\/sig; + $out=~s/\/\/sig; hunk ./range.pl 95 - $out=~s/\/dispahref($i,$image_options[$i],$1)/gies; - $out=~s/\/dispimg($i,$image_options[$i],$1)/gies; + $out=~s/\/dispahref($1,$i,$image_options[$i],$2)/gies; + $out=~s/\/dispimg($1,$i,$image_options[$i],$2)/gies; hunk ./range.pl 123 - return ''; + my ($other,$num,$options,$extra)=@_; + return ''; hunk ./range.pl 128 - return ''; + my ($other,$num,$options,$extra)=@_; + return ''; }