fixes to docs

This commit is contained in:
Simon Wisselink
2023-02-03 22:31:59 +01:00
parent c94d3ddafa
commit 51ed0d6791
38 changed files with 53 additions and 53 deletions

View File

@@ -62,7 +62,7 @@ cannot have both custom function `{func}` and block function
If you have nested block functions, it\'s possible to find out what the
parent block function is by accessing `$smarty->_tag_stack` variable.
Just do a [`var_dump()`](&url.php-manual;var_dump) on it and the
Just do a [`var_dump()`](https://www.php.net/var_dump) on it and the
structure should be apparent.