diff --git a/exec/jsdocs.js b/exec/jsdocs.js index 26971b6102af1cf3da4da8b565168958b56c9905..ea4048e799358ee91d6de664b3c43c0df5582507 100644 --- a/exec/jsdocs.js +++ b/exec/jsdocs.js @@ -251,6 +251,7 @@ if(1) { /* Style sheet */ f.writeln("\tOL LI { cursor: hand; }"); f.writeln("\tUL LI { display: none;list-style: square; }"); f.writeln("\t.showList LI { display: list-item; }"); + f.writeln("\tcaption { display: table-caption; text-align: left; caption-side: top; }"); f.writeln("</STYLE>"); } @@ -324,4 +325,4 @@ f.write(body); f.writeln("<p><small>"); f.writeln("Totals: " + total_properties + " properties, " + total_methods + " methods"); - f.close(); +f.close();