Patch replaces tab chars with 2 spaces and fixes some formatting.
Patch by: amitmanjhi
Review by: rjrjr
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5272 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 445a6d4..45efaad 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -28,21 +28,21 @@
<body>
<h1>Google Web Toolkit Release Notes</h1>
<ul>
- <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
- <li><a href="#Release_Notes_1_5_3">1.5.3</a></li>
- <li><a href="#Release_Notes_1_5_2">1.5.2</a></li>
- <li><a href="#Release_Notes_1_5_1">1.5.1 (RC2)</a></li>
- <li><a href="#Release_Notes_1_5_0">1.5.0 (RC)</a></li>
- <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
- <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
- <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
- <li><a href="#Release_Notes_1_3_3">1.3.3</a></li>
- <li><a href="#Release_Notes_1_3_1">1.3.1 (RC)</a></li>
- <li><a href="#Release_Notes_1_2_22">1.2.22</a></li>
- <li><a href="#Release_Notes_1_2_11">1.2.21 (RC)</a></li>
- <li><a href="#Release_Notes_1_1_10">1.1.10</a></li>
- <li><a href="#Release_Notes_1_1_0">1.1.0 (RC)</a></li>
- <li><a href="#Release_Notes_1_0_21">1.0.21</a></li>
+ <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+ <li><a href="#Release_Notes_1_5_3">1.5.3</a></li>
+ <li><a href="#Release_Notes_1_5_2">1.5.2</a></li>
+ <li><a href="#Release_Notes_1_5_1">1.5.1 (RC2)</a></li>
+ <li><a href="#Release_Notes_1_5_0">1.5.0 (RC)</a></li>
+ <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
+ <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
+ <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
+ <li><a href="#Release_Notes_1_3_3">1.3.3</a></li>
+ <li><a href="#Release_Notes_1_3_1">1.3.1 (RC)</a></li>
+ <li><a href="#Release_Notes_1_2_22">1.2.22</a></li>
+ <li><a href="#Release_Notes_1_2_11">1.2.21 (RC)</a></li>
+ <li><a href="#Release_Notes_1_1_10">1.1.10</a></li>
+ <li><a href="#Release_Notes_1_1_0">1.1.0 (RC)</a></li>
+ <li><a href="#Release_Notes_1_0_21">1.0.21</a></li>
</ul>
<hr/>
@@ -125,7 +125,7 @@
<ul>
<li>Added support for the <code>contextmenu</code> event, which allows users to detect and override the browser's default context menu</li>
<li>Improved performance of <code>NumberFormat</code></li>
- <li>Added support for altering the number of decimals in a currency in <code>NumberFormat</code></li>
+ <li>Added support for altering the number of decimals in a currency in <code>NumberFormat</code></li>
<li>Improved performance of Animations</li>
<li>Improved the appearance of the default GWT style themes</li>
<li>Improved the Showcase sample with more robust examples and more language translations</li>
@@ -158,12 +158,12 @@
This release has only a couple of minor changes from <a href="#Release_Notes_1_4_59">1.4.59</a>.
</p>
<ul>
- <li>Fixed a bug in the benchmarking that prevented source code from showing up in reports.</li>
- <li>Fixed a bug in the hosted mode servlet context emulation where getResource() would fail to
- find a file in a module's public path.</li>
- <li>Compiler output files of the form <code><i>module</i>.cache.html</code> used to contain html
- intended as a helpful note to a developer. This message has now been removed because screen
- readers and some browsers would display this content to end users.</li>
+ <li>Fixed a bug in the benchmarking that prevented source code from showing up in reports.</li>
+ <li>Fixed a bug in the hosted mode servlet context emulation where getResource() would fail to
+ find a file in a module's public path.</li>
+ <li>Compiler output files of the form <code><i>module</i>.cache.html</code> used to contain html
+ intended as a helpful note to a developer. This message has now been removed because screen
+ readers and some browsers would display this content to end users.</li>
</ul>
<hr/>