overview.php: cleanup html
This commit is contained in:
@@ -258,15 +258,17 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
|
|||||||
<?php
|
<?php
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
if (get_included_files()[0] === __FILE__) {
|
||||||
|
echo '<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Overview</title>
|
<title>Overview</title>
|
||||||
<style>
|
</head>';
|
||||||
|
}
|
||||||
</style>
|
?>
|
||||||
</head>
|
|
||||||
<div class="overview">
|
<div class="overview">
|
||||||
<dialog style="margin-top: 5px;max-height: 95vh;
|
<dialog style="margin-top: 5px;max-height: 95vh;
|
||||||
overflow-y: auto;overscroll-behavior:contain" id="attribution-dialog">
|
overflow-y: auto;overscroll-behavior:contain" id="attribution-dialog">
|
||||||
|
|||||||
Reference in New Issue
Block a user