Skip to content

Commit 1dd3d29

Browse files
committed
Update README
1 parent 43749c8 commit 1dd3d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $config = [
138138
$this->load->library('twig', $config);
139139
~~~
140140

141-
If your function explicitly outputs HTML code, you will want the raw output to be printed. In such a case, use `functions_safe`, and you have to make sure the output of the function is XSS free.
141+
If your function explicitly outputs HTML code, you will want the raw output to be printed. In such a case, use `functions_safe`, and **you have to make sure the output of the function is XSS free**.
142142

143143
### Reference
144144

@@ -167,7 +167,7 @@ $ phpunit
167167

168168
* [CodeIgniter Composer Installer](https://github.com/kenjis/codeigniter-composer-installer)
169169
* [Cli for CodeIgniter 3.0](https://github.com/kenjis/codeigniter-cli)
170-
* [CI PHPUnit Test](https://github.com/kenjis/ci-phpunit-test)
170+
* [ci-phpunit-test](https://github.com/kenjis/ci-phpunit-test)
171171
* [CodeIgniter Doctrine](https://github.com/kenjis/codeigniter-doctrine)
172172
* [CodeIgniter Deployer](https://github.com/kenjis/codeigniter-deployer)
173173
* [CodeIgniter3 Filename Checker](https://github.com/kenjis/codeigniter3-filename-checker)

0 commit comments

Comments
 (0)