oauthinaction / oauth-in-action-code

Source code for OAuth 2 in Action
https://www.manning.com/books/oauth-2-in-action
Other
715 stars 536 forks source link

Fix closing 'span' tags in authorizationServer files. #28

Closed AnturGyffrous closed 4 years ago

AnturGyffrous commented 4 years ago

Thank you @jricher for merging my previous PR, I've found more instances of the error in the original source file being propagated, this time to the authorizationServer files.

My find-and-replace didn't come across these the first time round. I've tried using a RegEx this time, so hopefully I've caught them all now.