X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Ffunction.display_education.php;h=752c5e73e678f544d3307e02e51d36d1321faffb;hb=1105545b63af9aacf1abefb8322dd4290de9e8a2;hp=8b9fdf7518f56a61d9cbd40a2f39f26bd45c6c36;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;p=platal.git diff --git a/plugins/function.display_education.php b/plugins/function.display_education.php index 8b9fdf7..752c5e7 100644 --- a/plugins/function.display_education.php +++ b/plugins/function.display_education.php @@ -1,6 +1,6 @@ ' . $name . ''; + $txt .= '' . $name . ''; } else { $txt .= $name; } @@ -65,7 +65,7 @@ function display_education($name, $url, $degree, $gradYear, $field, $program, $f return $txt; } -function smarty_function_display_education($params, &$smarty) +function smarty_function_display_education($params, $smarty) { $params = new PlDict($params); $edu = $params->v('edu'); @@ -74,5 +74,5 @@ function smarty_function_display_education($params, &$smarty) $edu->field, $edu->program, $params->b('full')); } -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>