Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 411:
rs = refstuff.match ( /name=\"(.*)\"\s*$/ ) ;
if ( rs == null ) rs = refstuff.match ( /name=\'(.*)\'\s*$/ ) ;
if ( rs == null ) rs = refstuff.match ( /name=([a-zA-Z0-9_\-]*)\s*$/ ) ;
refstuff = rs ;
if ( null == refstuff ) refstuff = '' ;
|