We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ceabc commit ed72b21Copy full SHA for ed72b21
1 file changed
README.md
@@ -66,7 +66,7 @@ catch (DomainException $e) {
66
// This is thrown if the specified language does not exist
67
68
echo "<pre><code>";
69
- echo $code;
+ echo htmlentities($code);
70
echo "</code></pre>";
71
}
72
```
0 commit comments