Skip to content

Commit 6107151

Browse files
committed
docs: break long line
1 parent b78e9ac commit 6107151

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ $config = [
9595
$this->twig = new \Kenjis\CI4Twig\Twig($config);
9696
~~~
9797

98-
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**.
98+
If your function explicitly outputs HTML code, you want the raw output to be printed.
99+
In such a case, use `functions_safe`, and **you have to make sure the output of
100+
the function is XSS free**.
99101

100102
### References
101103

0 commit comments

Comments
 (0)