miguelgrinberg / flasky

Companion code to my O'Reilly book "Flask Web Development", second edition.
MIT License
8.52k stars 4.2k forks source link

HTML Syntax Issue in 2nd Edition of Book #555

Closed samuelerickson977 closed 1 year ago

samuelerickson977 commented 1 year ago

On page 195, in Example 13-9, we see <p></p><i>...</i></p>. Shouldn't this be <p><i>...</i></p> instead?

miguelgrinberg commented 1 year ago

Yes, that is a typo. Will make sure it gets corrected for future editions.