[Openvas-commits] r6796 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Feb 19 22:49:39 CET 2010
Author: jan
Date: 2010-02-19 22:49:39 +0100 (Fri, 19 Feb 2010)
New Revision: 6796
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/src/omp.xsl
Log:
* src/html/src/omp.xsl (html-report-details): Prevent unnecessary
wrapping.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2010-02-19 21:34:03 UTC (rev 6795)
+++ trunk/gsa/ChangeLog 2010-02-19 21:49:39 UTC (rev 6796)
@@ -1,3 +1,8 @@
+2010-02-19 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+ * src/html/src/omp.xsl (html-report-details): Prevent unnecessary
+ wrapping.
+
2010-02-19 Matthew Mundell <matthew.mundell at intevation.de>
* src/html/src/omp.xsl (wrap): Handle the case of a single line that must
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2010-02-19 21:34:03 UTC (rev 6795)
+++ trunk/gsa/src/html/src/omp.xsl 2010-02-19 21:49:39 UTC (rev 6796)
@@ -455,7 +455,7 @@
<input type="hidden" name="sort_field" value="{$sort_field}"/>
<input type="hidden" name="sort_order" value="{$sort_order}"/>
<tr>
- <td>
+ <td colspan="3">
<xsl:choose>
<xsl:when test="report/filters/notes = 0">
<input type="checkbox" name="notes" value="1"/>
More information about the Openvas-commits
mailing list