diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-18 08:28:29 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-02-18 08:28:29 +0000 |
commit | 4d578184a5583463d2ad82b957807f374c740989 (patch) | |
tree | 05a56987e3842fbded7186637326b5e427c30b49 /WebContent/index.html | |
parent | 06f0228b490d9fe888c2ad53d7df661e9cb69511 (diff) | |
download | vaadin-framework-4d578184a5583463d2ad82b957807f374c740989.tar.gz vaadin-framework-4d578184a5583463d2ad82b957807f374c740989.zip |
Fixes #2619: Remove redundant Sampler "version number" from index-page
svn changeset:6889/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 845397a3bd..4542290d49 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -101,7 +101,7 @@ <div id="demos"> <h2>Demos</h2> - <h4 id="sampler"><a class="demoapp" href="sampler/" title="Open Sampler">Open Sampler</a> <span>1.0</span></h4> + <h4 id="sampler"><a class="demoapp" href="sampler/" title="Open Sampler">Open Sampler</a></h4> <h4>IT Mill Toolkit Sampler</h4> <p><a href="sampler/" title="Open Sampler">Sampler</a> contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.</p> |