X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.display_education.php;h=752c5e73e678f544d3307e02e51d36d1321faffb;hb=1105545b63af9aacf1abefb8322dd4290de9e8a2;hp=4e7db2af452bec7d6b846df8c194598c80787fbe;hpb=245923e335d0da5bec9495991a7846be9f0563ab;p=platal.git diff --git a/plugins/function.display_education.php b/plugins/function.display_education.php index 4e7db2a..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: ?>