Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Too much copy and paste...
  • Loading branch information
grandoc committed Mar 16, 2019
1 parent 8054f61 commit 8de8657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/imports/index.php
Expand Up @@ -111,7 +111,7 @@
print '<tr class="liste_titre">';
print '<td colspan="2">'.$langs->trans("AvailableFormats").'</td>';
print '<td>'.$langs->trans("LibraryShort").'</td>';
print '<td align="class">'.$langs->trans("LibraryVersion").'</td>';
print '<td class="right">'.$langs->trans("LibraryVersion").'</td>';
print '</tr>';

include_once DOL_DOCUMENT_ROOT.'/core/modules/import/modules_import.php';
Expand Down

0 comments on commit 8de8657

Please sign in to comment.