summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-15 10:35:29 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2010-04-15 10:35:29 +0000
commit30638ce42c4efa90a88d603efd0d8e0ae99afd30 (patch)
tree9bb2b8150a5e967f3b7f1a8efb83aff93c5d52c2 /WebContent
parenta932b439a98dc2a90bbb8f2f1d85e5532b2da271 (diff)
downloadvaadin-framework-30638ce42c4efa90a88d603efd0d8e0ae99afd30.tar.gz
vaadin-framework-30638ce42c4efa90a88d603efd0d8e0ae99afd30.zip
Fixes #4531: Demo page HTML contains broken tags
svn changeset:12537/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index f0a588ad5c..fe00587940 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -242,7 +242,7 @@
<a href="http://refcardz.dzone.com/refcardz/getting-started-vaadin"><img src="demo/img/cheatsheet.png" alt="DZone Ref Card for Vaadin" /></a>
<p>For a quick introduction to Vaadin, check out the <a href="http://refcardz.dzone.com/refcardz/getting-started-vaadin">DZone Vaadin Refcard</a></p>
</div>
- <div class="newline col2 tutorial"
+ <div class="newline col2 tutorial">
<h5>Tutorials</h5>
<img src="demo/img/address-book-icon.png" alt="Address Book tutorial" />
<p>Vaadin tutorials provides you with a code-centric introduction to Vaadin.</p>
@@ -251,7 +251,7 @@
<li><a href="http://vaadin.com/tutorial/">More tutorials</a></li>
</ul>
</div>
- <div class="col2"
+ <div class="col2">
<h5>API</h5>
<p>When you get down to programming, the <a href="docs/api/index.html">Vaadin API Reference Documentation</a> will help you with the classes and the methods.</p>
</div>
@@ -271,7 +271,7 @@
<h5>Portlet Support</h5>
<p>Vaadin applications can be deployed as portlets in portals such as Liferay. No code modifications are needed to deploy a Vaadin application to a portal and both portlet standards 1.0 (JSR-168) and 2.0 (JSR-286) are supported. Vaadin is included in Liferay 6.0 as a standard feature.</p>
</div>
- <div class="newline col2"
+ <div class="newline col2">
<h5>Supported Application Servers</h5>
<ul>
<li>Apache Tomcat, 4.1+</li>
@@ -302,7 +302,7 @@
<p>Vaadin provides an Eclipse plugin which automatically sets up your project, compiles your widgetset and more.</p>
<ul><li><a href="http://vaadin.com/eclipse/">Eclipse plugin update site and instructions</a></li></ul>
</div>
- <div class="col2"
+ <div class="col2">
<img src="demo/img/netbeans-logo.png" alt="NetBeans IDE" />
<h5>NetBeans</h5>
<p>A community created Vaadin NetBeans plugin is available for all NetBeans developers.</p>
@@ -314,7 +314,7 @@
<p>Vaadin is in the central Maven repository, providing archetypes for creating Vaadin projects and a widgetset compilation plugin for Maven.</p>
<ul><li><a href="http://vaadin.com/wiki/-/wiki/Main/Using%20Vaadin%20with%20Maven">Using Vaadin with Maven</a></li></ul>
</div>
- <div class="col2"
+ <div class="col2">
<img src="demo/img/ant-logo.png" alt="Apache Ant" />
<h5>Any IDE / automated build system (Ant)</h5>
<p>Ant integration is provided for users of any IDE, for automatic build systems and for users preferring to not using an IDE.</p>