daca2-report.py: move script inclusion after any style.

[ci skip]
This commit is contained in:
XhmikosR 2014-03-16 13:14:19 +02:00
parent 825bb0f027
commit c7b2f08782
1 changed files with 1 additions and 1 deletions

View File

@ -40,9 +40,9 @@ mainpage.write('<!DOCTYPE html>\n')
mainpage.write('<html lang="en">\n')
mainpage.write('<head>\n')
mainpage.write('<meta charset="utf-8">\n')
mainpage.write('<script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>\n')
mainpage.write('<title>DACA2</title>\n')
mainpage.write('<style>td { font-size: 0.9em; } td + td { padding-left: 6em; } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { content: " \25B4\25BE"; }</style>\n')
mainpage.write('<script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>\n')
mainpage.write('</head>\n')
mainpage.write('<body>\n')
mainpage.write('<h1>DACA2</h1>\n')