]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Updated to PerlCBF v.3.2. Various plugin and index changes.
authorWill Budic <redacted>
Mon, 20 May 2024 09:55:53 +0000 (19:55 +1000)
committerWill Budic <redacted>
Mon, 20 May 2024 09:55:53 +0000 (19:55 +1000)
htdocs/cgi-bin/docs/PerlCNF/Specifications_For_CNF_Data_Tables.md

index c8198b2bfa584920858295b385bce5845d7380a9..18a87b3ab468202e58d2eeff137d0c76f8e7f388 100644 (file)
@@ -20,7 +20,7 @@ my $table  = CNFParser->new(...)->data(){'MyDataProperty'};
 my $header = $$table->{header};
 my $lbls   = CNFMeta::_deRefArray(@$$header[0]);
 my $spec   = CNFMeta::_deRefArray(@$$header[3]);
-my $data   = $$table->{data};
+my $data   = CNFMeta::_deRefArray($$table->{data});
 ```
 
 ## SQL Based CNF Instruction
@@ -39,7 +39,7 @@ my $data   = $$table->{data};
  <thead>
   <tr>
    <th>Instruction</th>
-   <th>Decription</th>
+   <th>Description</th>
   </tr>
  </thead>
  <tbody>