mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Fixed misplaced /div
This commit is contained in:
parent
66a211429b
commit
aa08e64043
1 changed files with 3 additions and 4 deletions
|
@ -399,9 +399,8 @@ function DisplayHostAPDConfig(){
|
|||
}
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- ./ Panel body -->
|
||||
|
||||
</div><!-- /.panel-body -->
|
||||
</div><!-- /.panel-primary -->
|
||||
<input type="submit" class="btn btn-outline btn-primary" name="SaveHostAPDSettings" value="Save settings" />
|
||||
<?php
|
||||
if($hostapdstatus[0] == 0) {
|
||||
|
@ -411,7 +410,7 @@ function DisplayHostAPDConfig(){
|
|||
};
|
||||
?>
|
||||
</form>
|
||||
</div><!-- /.panel-primary -->
|
||||
</div></div><!-- /.panel-primary -->
|
||||
<div class="panel-footer"> Information provided by hostapd</div>
|
||||
</div><!-- /.col-lg-12 -->
|
||||
</div><!-- /.row -->
|
||||
|
|
Loading…
Reference in a new issue