1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +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> </tr>
"; ";
$text .= "</tbody></table></fieldset>"; $text .= "</tbody></table>";
} }
else else
{ {