Fix HTML5 issues in Javadoc for Java 11

Some of these become hard errors in Java 17 or earlier, so it's best
to clean them up properly.
This commit is contained in:
Ian Young
2021-12-23 16:48:01 +00:00
committed by rstoyanchev
parent b441adecfe
commit e67a4e6f63
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<html>
<body>
<p align="center">
<img src="https://docs.spring.io/spring-webflow/images/spring-webflow.jpg"><br>
<p style="text-align: center">
<img src="https://docs.spring.io/spring-webflow/images/spring-webflow.jpg" alt="Spring Web Flow logo"><br>
The public Java Documentation for the Spring Web Flow project.
</p>
<p>Spring Web Flow facilitates building web applications that require guided navigation -- e.g. a shopping cart, flight check-in, a loan application, and many others. In contrast to stateless, free-form navigation such use cases have a clear start and end point, one or more screens to go through in a specific order, and a set of changes that are not finalized to the end.</p>