IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21044


Ignore:
Timestamp:
Dec 18, 2008, 7:32:29 PM (17 years ago)
Author:
Sebastian Jester
Message:

Fix sgml code for ge and le (closing ; was missing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/generate

    r19302 r21044  
    339339    my ($i);
    340340
    341     print FILE "echo \"<tr><td>&ge</td>\\n\";\n";
     341    print FILE "echo \"<tr><td>&ge;</td>\\n\";\n";
    342342    for ($i = 0; $i < @field; $i++) {
    343343        if ($show[$i] eq "none")  { next; }
     
    353353        }
    354354    }
    355     print FILE "echo \"</tr><tr><td>&le</td>\\n\";\n";
     355    print FILE "echo \"</tr><tr><td>&le;</td>\\n\";\n";
    356356    for ($i = 0; $i < @field; $i++) {
    357357        if ($show[$i] eq "none")  { next; }
Note: See TracChangeset for help on using the changeset viewer.