Skip to content

Commit

Permalink
Fixed invalid usage of & tag in Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Emkas authored and eleftherias committed Oct 21, 2021
1 parent 04b47c5 commit cb70b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ public FormLoginSpec authenticationSuccessHandler(
* generate a log in page at "/login" and a log out page at "/logout". If this is
* customized:
* <ul>
* <li>The default log in & log out page are no longer provided</li>
* <li>The default log in &amp; log out page are no longer provided</li>
* <li>The application must render a log in page at the provided URL</li>
* <li>The application must render an authentication error page at the provided
* URL + "?error"</li>
Expand Down

0 comments on commit cb70b6a

Please sign in to comment.