diff --git a/docs/ja/designers/language-builtin-functions/language-function-if.xml b/docs/ja/designers/language-builtin-functions/language-function-if.xml index 7364d4cd..8fba32b4 100644 --- a/docs/ja/designers/language-builtin-functions/language-function-if.xml +++ b/docs/ja/designers/language-builtin-functions/language-function-if.xml @@ -1,6 +1,6 @@ - + {if},{elseif},{else} @@ -236,7 +236,7 @@ {* 何かを行います *} {/if} -{if is_array($foo) && count($foo) > 0) +{if is_array($foo) && count($foo) > 0} {* foreach ループを実行します *} {/if} ]]> diff --git a/docs/ja/programmers/advanced-features/advanced-features-postfilters.xml b/docs/ja/programmers/advanced-features/advanced-features-postfilters.xml index 8c1735de..45cdf47b 100644 --- a/docs/ja/programmers/advanced-features/advanced-features-postfilters.xml +++ b/docs/ja/programmers/advanced-features/advanced-features-postfilters.xml @@ -1,6 +1,6 @@ - + ポストフィルタ @@ -46,7 +46,8 @@ $smarty->display('index.tpl'); register_postfilter()、 - プリフィルタ + プリフィルタ、 + アウトプットフィルタ および load_filter() も参照してください。