Laurent Destailleur 2 years ago
parent
commit
2b2d01cdc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/admin/mails_templates.php

+ 1 - 1
htdocs/admin/mails_templates.php

@@ -1173,7 +1173,7 @@ if ($num) {
 							$class .= ' tdoverflowmax100';
 						}
 						if ($value == 'topic') {
-							$class .= 'tdoverflowmax200 small';
+							$class .= ' tdoverflowmax200 small';
 						}
 						if ($value == 'type_template') {
 							$valuetoshow = isset($elementList[$valuetoshow]) ? $elementList[$valuetoshow] : $valuetoshow;