testing: Avoid adding additional spacing around testresults.

This commit is contained in:
Tobias Brunner 2011-05-04 16:19:34 +02:00
parent 074919dcc5
commit e8ae55f64b

View File

@ -456,7 +456,7 @@ do
<title>Test $testname</title> <title>Test $testname</title>
</head> </head>
<body> <body>
<table border="0" width="600"> <table border="0" cellpadding="0" cellspacing="0" width="600">
<tr><td> <tr><td>
<div><a href="../../index.html">strongSwan UML Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div> <div><a href="../../index.html">strongSwan UML Tests</a> / <a href="../index.html">$SUBDIR</a> / $name</div>
<h2>Test $testname</h2> <h2>Test $testname</h2>