Replace depreciated <center> tag with CSS

SonarCloud bugs.
This commit is contained in:
Marcus Hill
2022-04-19 23:13:44 +01:00
parent 1186e5b5a1
commit af8c7fac25
5 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ $num_of_files = mysqli_num_rows($sql_files_images) + mysqli_num_rows($sql_files_
<?php
if($num_of_files == 0){
echo "<center><h3 class='text-secondary'>No Records Here</h3></center>";
echo "<div style='text-align: center;'><h3 class='text-secondary'>No Records Here</h3></div>";
}
?>