mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 04:27:00 +00:00
Fix URLs
This commit is contained in:
@@ -25,4 +25,4 @@ Arguments
|
||||
|
||||
* ``name``: The column name to extract
|
||||
|
||||
.. _`array_column`: https://secure.php.net/array_column
|
||||
.. _`array_column`: https://www.php.net/array_column
|
||||
|
||||
@@ -211,7 +211,7 @@ function twig_escape_filter(Environment $env, $string, $strategy = 'html', $char
|
||||
|
||||
switch ($strategy) {
|
||||
case 'html':
|
||||
// see https://secure.php.net/htmlspecialchars
|
||||
// see https://www.php.net/htmlspecialchars
|
||||
|
||||
// Using a static variable to avoid initializing the array
|
||||
// each time the function is called. Moving the declaration on the
|
||||
|
||||
Reference in New Issue
Block a user