Author: pekka.klarck
Date: Mon Apr 13 02:59:58 2009
New Revision: 1791

Modified:
   trunk/templates/testcase_template.html

Log:
cleanup (no need for that many columsn when lines can be continued with ...

Modified: trunk/templates/testcase_template.html
==============================================================================
--- trunk/templates/testcase_template.html      (original)
+++ trunk/templates/testcase_template.html      Mon Apr 13 02:59:58 2009
@@ -1,8 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<meta name="generator" content=
-"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org">
+<html><head>
+<meta name="generator" content="HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org">
 <style type="text/css">
 html {
   font-family: Arial,Helvetica,sans-serif;
@@ -55,14 +53,12 @@
   font-style: normal;
 }
 </style>
-<title>Robot Test Cases</title>
-</head>
+<title>Robot Test Cases</title></head>
+
 <body>
 <h1>Robot Test Cases</h1>
 <table border="1">
-<colgroup span="99">
-<col class="name">
-<col class="value" span="4"></colgroup>
+<colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
 <thead>
 <tr>
 <th>Setting</th>
@@ -90,9 +86,7 @@
 </tbody>
 </table>
 <table border="1">
-<colgroup span="99">
-<col class="name">
-<col class="value" span="4"></colgroup>
+<colgroup span="99"><col class="name"><col class="value" span="4"></colgroup>
 <thead>
 <tr>
 <th>Variable</th>
@@ -120,10 +114,7 @@
 </tbody>
 </table>
 <table border="1">
-<colgroup span="99">
-<col class="name">
-<col class="action">
-<col class="arg" span="3"></colgroup>
+<colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
 <thead>
 <tr>
 <th>Test Case</th>
@@ -131,8 +122,6 @@
 <th>Argument</th>
 <th>Argument</th>
 <th>Argument</th>
-<th>Argument</th>
-<th>Argument</th>
 </tr>
 </thead>
 <tbody>
@@ -142,8 +131,6 @@
 <td></td>
 <td></td>
 <td></td>
-<td></td>
-<td></td>
 </tr>
 <tr>
 <td></td>
@@ -151,16 +138,11 @@
 <td></td>
 <td></td>
 <td></td>
-<td></td>
-<td></td>
 </tr>
 </tbody>
 </table>
 <table border="1">
-<colgroup span="99">
-<col class="name">
-<col class="action">
-<col class="arg" span="3"></colgroup>
+<colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup>
 <thead>
 <tr>
 <th>Keyword</th>

Reply via email to