diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-02-11 18:02:29 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-02-11 18:02:29 +0000 |
commit | 042b77b476da0616509160538be8c5e20ed1c010 (patch) | |
tree | 5e4b22024567cccb8ee2e8feba67498b99637875 | |
parent | 693ff63763b6fcd3d909778de352636830983ec3 (diff) | |
download | vaadin-framework-042b77b476da0616509160538be8c5e20ed1c010.tar.gz vaadin-framework-042b77b476da0616509160538be8c5e20ed1c010.zip |
Removed dots from end of lines.
svn changeset:673/svn branch:toolkit
-rw-r--r-- | WebContent/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index f8cd6f0047..8e5ab43f68 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -17,7 +17,7 @@ <h3>Feature Browser</h3> <div class="option"> <span class="link"><a href="features/">Autodetected mode</a></span> - <span class="desc">Use AJAX if supported by browser, otherwise fallback to HTML mode.</span> + <span class="desc">Use AJAX if supported by browser, otherwise fallback to HTML mode</span> </div> <div class="option"> @@ -49,7 +49,7 @@ <div class="option"> <span class="link"><a href="src/com/itmill/toolkit/demo/HelloWorld.java.html">Source code</a></span> - <span class="desc">See source code how a simple Toolkit application is created.</span> + <span class="desc">See source code how a simple Toolkit application is created</span> </div> <h4>Calculator</h4> @@ -61,7 +61,7 @@ <div class="option"> <span class="link"><a href="src/com/itmill/toolkit/demo/Calc.java.html">Source code</a></span> - <span class="desc">See source code how a simple Toolkit application is created.</span> + <span class="desc">See source code how a simple Toolkit application is created</span> </div> </div> |