]> git.mxchange.org Git - friendica.git/blobdiff - library/Smarty/SMARTY_3.1_NOTES.txt
reverting tinymce changes, updating smarty to 3.1.19
[friendica.git] / library / Smarty / SMARTY_3.1_NOTES.txt
index e56e56f67fb70a3f058172b2f3ab0054f9798f27..57709f0d722ad8597d22f1b975c5a0daa5caea07 100644 (file)
@@ -199,7 +199,7 @@ Relative paths are available with {include file="..."} and
 $smarty->fetch('./foo.tpl') cannot be relative to a template, an
 exception is thrown.
 
-  Adressing a specific $template_dir
+  Addressing a specific $template_dir
 
 Smarty 3.1 introduces the $template_dir index notation.
 $smarty->fetch('[foo]bar.tpl') and {include file="[foo]bar.tpl"}