Changeset 1113

Show
Ignore:
Timestamp:
2008-07-19 02:00:22 (6 months ago)
Author:
gaspard
Message:

Since [drop] behaves much like [block], it should be used as target for update/unlink/etc.

was not a good idea. revert

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/parser/lib/rules/zena.rb

    r1112 r1113  
    12251225          return 
    12261226        end 
    1227       end 
    1228        
    1229       unless target = ancestor('block') 
     1227      elsif target = ancestor('block') 
     1228        # ok 
     1229      else 
    12301230        target = self 
    12311231      end