Merge pull request #4473 from IgorA100/patch-730463

Fix: Added id="content" to the main content block to ensure a consistent design (login.php)
This commit is contained in:
Isaac Connor
2025-12-06 12:04:29 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ xhtmlHeaders(__FILE__, translate('Login'));
getBodyTopHTML();
echo getNavBarHTML();
?>
<div class="container">
<div id="content" class="container">
<?php
if ( defined('ZM_OPT_USE_AUTH') and ZM_OPT_USE_AUTH ) {
?>