Fixed warnings.

This commit is contained in:
2019-06-19 19:27:39 +01:00
parent 407d147356
commit 6f329f7f3d
4 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ FILE* initHTML(FILE *fPtr, const string &title)
"\t\t<style>\n"
"\t\t\ttable {\n"
"\t\t\t\tdisplay: table;\n"
"\t\t\t\twidth: 100%;\n"
"\t\t\t\twidth: 100%%;\n"
"\t\t\t\tborder-collapse: collapse;\n"
"\t\t\t\tbox-sizing: border-box;\n"
"\t\t\t}\n"
@@ -151,7 +151,7 @@ FILE* initHTML(FILE *fPtr, const string &title)
"\t\t\t\toverflow: hidden;\n"
"\t\t\t\ttext-overflow: ellipsis;\n"
"\t\t\t\tmax-width:1px;\n"
"\t\t\t\twidth:100%;\n"
"\t\t\t\twidth:100%%;\n"
"\t\t\t}\n"
"\n"
"\t\t\ttd.data:hover {\n"