iframe closing tags

I was investigating why the top nav hamburger button didn't work on mobile when you were on system info, log, or streamlit page, and discovered the iframes didn't have closing tags!

Also note to self: don't run random git commands you find on stackoverflow -- my birds.db was erased :((( (doing a cron backup every day now!)
This commit is contained in:
ehpersonal38
2022-04-17 09:46:43 -04:00
parent 7489298d91
commit 22b9615a2d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ if(isset($_GET['stream'])){
</div>";
}
echo "
<iframe src=\"/views.php\">
<iframe src=\"/views.php\"></iframe>
</div>";