aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-05-04 16:19:34 +0200
committerTobias Brunner <tobias@strongswan.org>2011-05-05 10:29:52 +0200
commite8ae55f64bf7bbe0cece6df7f740d88952da4660 (patch)
treeb474234c26d6d1f7e456c9c1eb039b86d1aaf3e4 /testing
parent074919dcc59c3e8d20efd458dba4e8d52aa524f8 (diff)
downloadstrongswan-e8ae55f64bf7bbe0cece6df7f740d88952da4660.tar.bz2
strongswan-e8ae55f64bf7bbe0cece6df7f740d88952da4660.tar.xz
testing: Avoid adding additional spacing around testresults.
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/do-tests.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests.in b/testing/do-tests.in
index b16ff24cd..9ff7d9e24 100755
--- a/testing/do-tests.in
+++ b/testing/do-tests.in
@@ -456,7 +456,7 @@ do
<title>Test $testname</title>
</head>
<body>
-<table border="0" width="600">
+<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr><td>
<div><a href="../../index.html">strongSwan UML Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div>
<h2>Test $testname</h2>