1
0
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:
Cameron
2017-01-29 09:26:21 -08:00
committed by GitHub

View File

@@ -1759,7 +1759,7 @@ if(E107_DEBUG_LEVEL > 0)
</tr>
";
$text .= "</tbody></table></fieldset>";
$text .= "</tbody></table>";
}
else
{