fix: typo container in html
This commit is contained in:
parent
6f1f839c49
commit
ebe36ce917
|
@ -47,7 +47,7 @@ if (isset($_COOKIE['LinkCount'])) {
|
|||
|
||||
<?php if(!function_exists('strp')){function strp($urlStrp){return str_replace(array('http://', 'https://'), '', $urlStrp);}} ?>
|
||||
|
||||
<div class="conatiner-fluid content-inner mt-n5 py-0">
|
||||
<div class="container-fluid content-inner mt-n5 py-0">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-12">
|
||||
|
|
Loading…
Reference in New Issue