|
@@ -21,11 +21,11 @@ For example, the < symbol should be converted to its entity representation. Conv
|
|
|
|
|
|
#### Converting a string to its entity representation:
|
|
#### Converting a string to its entity representation:
|
|
|
|
|
|
- echo HTML::entities('<script>alert('hi');</script>');
|
|
|
|
|
|
+ echo HTML::entities('<script>alert(\'hi\');</script>');
|
|
|
|
|
|
#### Using the "e" global helper:
|
|
#### Using the "e" global helper:
|
|
|
|
|
|
- echo e('<script>alert('hi');</script>');
|
|
|
|
|
|
+ echo e('<script>alert(\'hi\');</script>');
|
|
|
|
|
|
<a name="scripts-and-style-sheets"></a>
|
|
<a name="scripts-and-style-sheets"></a>
|
|
## Scripts And Style Sheets
|
|
## Scripts And Style Sheets
|