X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fsmarty%2Flibs%2Fplugins%2Fblock.textformat.php;h=8cd010acb4e29089db5122c40b119c08de316028;hb=9b7c11be09e7a553b26667f673c6315209ddc210;hp=f67b1947940a568d060ea9d4c80736a44e6540f5;hpb=95a6ccc277bc41d750ced09fe5a1a779bde342c7;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/libs/plugins/block.textformat.php b/wwwroot/smarty/libs/plugins/block.textformat.php index f67b194..8cd010a 100644 --- a/wwwroot/smarty/libs/plugins/block.textformat.php +++ b/wwwroot/smarty/libs/plugins/block.textformat.php @@ -23,6 +23,7 @@ * indent_char: string (" ") * wrap_boundary: boolean (true) * + * @author Monte Ohrt * @param string contents of the block * @param Smarty clever simulation of a method * @return string string $content re-formatted @@ -41,7 +42,7 @@ function smarty_block_textformat($params, $content, &$smarty) $wrap_char = "\n"; $wrap_cut = false; $assign = null; - + foreach ($params as $_key => $_val) { switch ($_key) { case 'style':