Selaa lähdekoodia

Update agenda_other.php

Philippe Grand 8 vuotta sitten
vanhempi
commit
ffe4e48304
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      htdocs/admin/agenda_other.php

+ 1 - 1
htdocs/admin/agenda_other.php

@@ -264,7 +264,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
             			require_once $dir.'/'.$file;
             			$module = new $classname($db, new ActionComm($db));           			
             			
-            			print '<tr class="oddeven">\n';
+            			print '<tr class="oddeven">'."\n";
             			print "<td>";
             			print (empty($module->name)?$name:$module->name);
             			print "</td>\n";