Merge pull request #668 from afcidk/fix-typo

thanks for the fix
This commit is contained in:
René Zubcevic
2019-09-27 15:05:59 +02:00
committed by GitHub

View File

@ -19,7 +19,7 @@ An entity must be created in the Document Type Definition (DTD), let's start wit
<author>&js;</author>
----
So everywhere you use the entity ``&js;` the parser will replace it with the value defined in the entity.
So everywhere you use the entity `&js;` the parser will replace it with the value defined in the entity.
=== What is an XXE injection?