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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user