Add missing select closing tag
This commit is contained in:
parent
5af47bb6ea
commit
f1bf0c6674
|
|
@ -2029,6 +2029,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
|
|
|
|||
|
|
@ -817,6 +817,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
echo " </select>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-language']."\n";
|
||||
echo "</td>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue