xmpp-compliance-tester

XMPP Compliance Tester, forked from github.com/iNPUTmice/ComplianceTester
git clone https://git.in0rdr.ch/xmpp-compliance-tester.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 3b1fa1d22e7d450d8b26d8279d61eef82e410d5f
parent a79f65a34a3256159d183e3f737e43d240159e06
Author: Daniel Gultsch <daniel@gultsch.de>
Date:   Fri, 24 Jun 2016 15:36:39 +0200

no line breaks in html render

Diffstat:
Mreports/tohtml.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/reports/tohtml.php b/reports/tohtml.php @@ -11,6 +11,9 @@ font-size: 13pt; background-color: #fafafa; } + table tbody tr td { + white-space: nowrap; + } table tbody tr td.passed { background-color: #43a047; }