diff --git a/lib/HTMLUtils.php b/lib/HTMLUtils.php
index 8d39dc5..9da4ba7 100644
--- a/lib/HTMLUtils.php
+++ b/lib/HTMLUtils.php
@@ -1,16 +1,12 @@
' . $name . '';
- }
-
public static function getHelperButtonsFormat($formats){
$buttons = '';
foreach( $formats as $name => $infos ){
if ( isset($infos['name']) )
- $buttons .= HTMLUtils::getHelperButtonFormat($name, $infos['name']) . PHP_EOL;
+ $buttons .= '' . PHP_EOL;
}
return $buttons;