diff --git a/laravel/documentation/views/html.md b/laravel/documentation/views/html.md index e94e9e14..629387c8 100644 --- a/laravel/documentation/views/html.md +++ b/laravel/documentation/views/html.md @@ -21,11 +21,11 @@ For example, the < symbol should be converted to its entity representation. Conv #### Converting a string to its entity representation: - echo HTML::entities(''); + echo HTML::entities(''); #### Using the "e" global helper: - echo e(''); + echo e(''); ## Scripts And Style Sheets