Skip to content

Commit cbf9be4

Browse files
authored
Merge pull request laravel#3183 from Benestar/patch-1
e function sets double_encode to false
2 parents 8aeb4a1 + 2a008a2 commit cbf9be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ The `class_basename` returns the class name of the given class with the class' n
532532
<a name="method-e"></a>
533533
#### `e()` {#collection-method}
534534

535-
The `e` function runs `htmlspecialchars` over the given string:
535+
The `e` function runs PHP's `htmlspecialchars` function with the `double_encode` option set to `false`:
536536

537537
echo e('<html>foo</html>');
538538

0 commit comments

Comments
 (0)