1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Fix for prefs page in debug mode.

This commit is contained in:
Lóna Lore
2017-01-29 18:24:38 +01:00
parent 848e8f653f
commit a6ccf0199c

View File

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