Ignore:
Timestamp:
11/19/08 16:05:12 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: corrected references to TWiki in comments and error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Attrs.pm

    r809 r812  
    2727 
    2828Class of attribute sets, designed for parsing and storing attribute values 
    29 from a TWiki tag e.g. =%<nop>TAG{"joe" fred="bad" joe="mad"}%= 
     29from a macro e.g. =%<nop>MACRO{"joe" fred="bad" joe="mad"}%= 
    3030 
    3131An attribute set is a hash containing an entry for each parameter. The 
     
    3636the _first_ instance is always taken. 
    3737 
    38 As well as the default TWiki syntax (parameter values double-quoted) 
     38As well as the default Foswiki syntax (parameter values double-quoted) 
    3939this class also parses single-quoted values, unquoted spaceless 
    4040values, spaces around the =, and commas as well as spaces separating values. 
     
    6060 
    6161   * =$string= - String containing attribute specification 
    62    * =$friendly= - if true, the parse will be according to the extended syntax pioneered by the original Contrib::Attrs. Otherwise it will be strict as per traditional TWiki syntax. 
     62   * =$friendly= - if true, the parse will be according to the extended syntax pioneered by the original Contrib::Attrs. Otherwise it will be strict as per traditional syntax. 
    6363 
    6464Parse a standard attribute string containing name=value pairs and create a new 
Note: See TracChangeset for help on using the changeset viewer.