processone / tsung

Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
http://www.process-one.net/en/tsung/
GNU General Public License v2.0
2.52k stars 404 forks source link

Change the wrong closing tag </stats> to the correct one </th> #384

Closed tarao1006 closed 3 years ago

tarao1006 commented 3 years ago

I changed an incorrect closing tag in report.thtml that should be </th> but is now </stats>. This trivial mistake prevents BeautifulSoup from working properly.

tisba commented 3 years ago

Thank you!