1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Fixed: Closing div tag.

This commit is contained in:
Lóna Lore
2015-12-03 09:03:44 +01:00
parent dbf6ad8ef6
commit 47837dce36

View File

@@ -36,7 +36,7 @@ $MEMBERSONLY_END = "<div>";
</div>
";
$MEMBERSONLY_TEMPLATE['default']['footer'] = "</div";
$MEMBERSONLY_TEMPLATE['default']['footer'] = "</div>";