Author: kristwaa
Date: Tue Jan 29 20:42:47 2013
New Revision: 848473
Log:
DERBY-6044: Fix poor word breaking in table on download page(s)
Replaced files with output based on source revision 1440109.
Modified:
websites/production/db/content/derby/releases/release-10.8.3.0.html
websites/production/db/content/derby/releases/release-10.9.1.0.html
Modified: websites/production/db/content/derby/releases/release-10.8.3.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.8.3.0.html
(original)
+++ websites/production/db/content/derby/releases/release-10.8.3.0.html Tue Jan
29 20:42:47 2013
@@ -472,7 +472,9 @@ document.write("Last Published: " + docu
<p>The following issues are addressed by Derby release 10.8.3.0. These issues
are not addressed in the preceding 10.8.2.2 release.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4" border="2">
<tr>
-<th><div style="width:110px;">Issue Id</div></th><th>Description</th>
+<th>
+<div style="width=110px;">Issue Id</div>
+</th><th>Description</th>
</tr>
<tr>
<td><a class="external"
href="https://issues.apache.org/jira/browse/DERBY-5951">DERBY-5951</a></td><td>Missing
method exception raised when using Clobs with territory based collation</td>
Modified: websites/production/db/content/derby/releases/release-10.9.1.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.9.1.0.html
(original)
+++ websites/production/db/content/derby/releases/release-10.9.1.0.html Tue Jan
29 20:42:47 2013
@@ -480,7 +480,9 @@ document.write("Last Published: " + docu
<p>The following issues are addressed by Derby release 10.9.1.0. These issues
are not addressed in the preceding 10.8.2.2 release.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4" border="2">
<tr>
-<td><strong>Issue Id</strong></td><td><strong>Description</strong></td>
+<th>
+<div style="width=110px;">Issue Id</div>
+</th><th>Description</th>
</tr>
<tr>
<td><a class="external"
href="https://issues.apache.org/jira/browse/DERBY-5777">DERBY-5777</a></td><td>Update
description of Maven artifact for the Derby net servlet to reflect that it is
not intended for production use</td>