Ignore:
Timestamp:
11/03/08 13:48:21 (4 years ago)
Author:
CrawfordCurrie
Message:

Item67: a missing form definition would make a topic uneditable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/TWiki/Form/FieldDefinition.pm

    r411 r412  
    3636    $attrs{attributes} ||= ''; 
    3737    $attrs{type}       ||= '';    # default 
     38    $attrs{size}       ||= ''; 
    3839    $attrs{size} =~ s/^\s*//; 
    3940    $attrs{size} =~ s/\s*$//; 
Note: See TracChangeset for help on using the changeset viewer.