Project

General

Profile

« Previous | Next » 

Revision 2151

Added by sgarg about 20 years ago

Made changes to fix bug # 1365.

View differences:

register-dataset.cgi
1223 1223
    $doc .= $cont;
1224 1224
    $doc .= $publ;
1225 1225
    
1226
    if ((hasContent($FORM::methodTitle)) || scalar(@FORM::methodsPara) > 0) {
1226
    if ((hasContent($FORM::methodTitle)) || scalar(@FORM::methodsPara) > 0 || ($FORM::methodPara[0] ne "")) {
1227 1227
        my $methods = "<methods><methodStep><description><section>\n";
1228 1228
        if (hasContent($FORM::methodTitle)) {
1229 1229
            $methods .= "<title>".normalize($FORM::methodTitle)."</title>\n";

Also available in: Unified diff