Changeset 19998 for lang/actionscript

Show
Ignore:
Timestamp:
09/27/08 09:03:02 (2 months ago)
Author:
kusigahama
Message:

子ノードが無いときnil.eachを呼んで落ちるのを防止

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/htmlhelp/flex3/flex3_htmlhelp.rb

    r10398 r19998  
    5353            <param name="Local" value="<%= child2[:link] %>"> 
    5454            </OBJECT> 
    55 <% end -%> 
     55<% end if child1[:children] -%> 
    5656        </UL> 
    57 <% end -%> 
     57<% end if item[:children] -%> 
    5858    </UL> 
    5959<% end -%>