Skip to content
Snippets Groups Projects
Commit ca3a39b7 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #6588 from defrance/patch-100

Bad parasite caracters
parents ba59c277 dfb24a13
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ if ($id > 0)
print "</td></tr>";
// Nbterms
print '<tr><td">'.$langs->trans("Nbterms").'</td>';
print '<tr><td>'.$langs->trans("Nbterms").'</td>';
print '<td>';
if ($action == 'edit')
{
......@@ -502,7 +502,7 @@ if ($id > 0)
print '</td></tr>';
// Rate
print '<tr><td">'.$langs->trans("Rate").'</td>';
print '<tr><td>'.$langs->trans("Rate").'</td>';
print '<td>';
if ($action == 'edit')
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment