Fixed warnings.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user