mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Merge pull request #2346 from lonalore/master
Fix for prefs page in debug mode.
This commit is contained in:
@@ -1759,7 +1759,7 @@ if(E107_DEBUG_LEVEL > 0)
|
||||
</tr>
|
||||
";
|
||||
|
||||
$text .= "</tbody></table></fieldset>";
|
||||
$text .= "</tbody></table>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user