mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
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:
@@ -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 ) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user