Ignore:
Timestamp:
2012-09-20T13:58:23+12:00 (12 years ago)
Author:
kjdon
Message:

can't use doctype in gs3 to signal commentary/abstract etc as we need to keep doctype for simple/hierarchy etc. So use DocType instead. Haven't checked how this works with gs2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-cols/niupepa/perllib/plugins/CommentaryPlugin.pm

    r26201 r26229  
    6868    $doc_obj->set_utf8_metadata_element ($cursection, 'Title', "_commentary_");
    6969    #$doc_obj->set_utf8_metadata_element ($cursection, "doctype", "Commentary");
    70 
     70    $doc_obj->set_utf8_metadata_element ($cursection, "DocType", "Commentary");
    7171    # just add the html text as is to the section
    7272   
Note: See TracChangeset for help on using the changeset viewer.